An open API service indexing awesome lists of open source software.

https://github.com/andreofner/revacnn

ReVACNN
https://github.com/andreofner/revacnn

Last synced: 15 days ago
JSON representation

ReVACNN

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
```