Skip to content

athanggupte/Neurons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neurons

Neurons is a visual graph editor for neural networks based on React Flow with Keras as the target framework.

Dependencies

Python dependencies

Most dependecies are installed in the virtual environment for flask.
But the following requirements are required to be installed in the global environment.

  1. keras (tensorflow 2)
  2. venv

Other

  1. Nodejs (15.10.x or above)
  2. npm (6.14.x or above)

Installation

git clone https://github.com/xdevapps/Neurons.git
cd Neurons
npm init
npm init-flask

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run start-flask

Runs the backend flask app in venv.

The python script will reload if you make any edits.
Debug messages will be shown in the terminal window.