Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 310 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 310 Bytes

NeuralNetwork-Visualization

Run Frontend

cd playground
npm i
npm run build
npm run serve

Run Backend

cd Backend/VisProject
python manage.py migrate
python manage.py runserver
cd ..
python train.py

Rerun the server

python manage.py makemigrations
python manage.py migrate