A side project built with Flask and React that enables users to visualize and better understand a feed-forward neural network. I originally created the neural network portions as part of Eric Reed's software design course at Foothill college.
- checkout the repo
- cd into the server directory and run
pip install -r requirements.txt
- you'll most likely want to do this inside a virtual environment - run
python server.py
from the server directory to run the server - in a new tab, cd into the javascript diretory and run
yarn install
. Then runyarn watch
. - visit http://localhost:3000 in browser to view client side UI
Still a bit of a WIP! ToDo:
- add screenshots of UI,
- add analysis of network performance