andreofner / revacnn

ReVACNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReVACNN

Real-Time Visual Analytics for Convolutional Neural Network

Dependencies

  • Tensorflow
  • Keras
  • Flask

Start

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

About

ReVACNN


Languages

Language:JavaScript 93.0%Language:Python 4.9%Language:HTML 1.3%Language:CSS 0.8%