Real-Time Visual Analytics for Convolutional Neural Network
- Tensorflow
- Keras
- Flask
Note: Running this requires Git and Node.js (which includes npm) on your system.
# Clone the repository
$ git clone https://github.com/Sunghyo/revacnn.git
# Go into the repository
$ cd revacnn
# Install dependencies and run the app http-server
$ npm install
# Run flask server
$ python revacnn_server.py
# Open http://localhost:5000/ on your browser
# Press start button to train a cnn model