https://github.com/andreofner/revacnn
ReVACNN
https://github.com/andreofner/revacnn
Last synced: 15 days ago
JSON representation
ReVACNN
- Host: GitHub
- URL: https://github.com/andreofner/revacnn
- Owner: andreofner
- Created: 2018-01-09T11:57:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T22:30:33.000Z (over 9 years ago)
- Last Synced: 2025-01-07T07:35:14.549Z (over 1 year ago)
- Language: JavaScript
- Size: 455 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReVACNN
Real-Time Visual Analytics for Convolutional Neural Network
## Dependencies
- Tensorflow
- Keras
- Flask
## Start
**Note**: Running this requires [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which includes [npm](https://npmjs.org)) on your system.
```bash
# 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
```