Neurons is a visual graph editor for neural networks based on React Flow with Keras as the target framework.
Most dependecies are installed in the virtual environment for flask.
But the following requirements are required to be installed in the global environment.
- keras (tensorflow 2)
- venv
- Nodejs (15.10.x or above)
- npm (6.14.x or above)
git clone https://github.com/xdevapps/Neurons.git
cd Neurons
npm init
npm init-flask
In the project directory, you can run:
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.
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.