venky18 / IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDE

Join the chat at https://gitter.im/Cloud-CV/IDE

This is a React+Django webapp with a simple drag and drop interface to build and configure deep neural networks with support for export of model configuration files to caffe and tensorflow. It also supports import from these frameworks to visualize different model architectures. Our motivation is to build an online IDE where researchers can share models and collaborate without having to deal with deep learning code.

alt text

This app is presently under active development and we welcome contributions. Please check out our issues thread to find things to work on, or ping us on Gitter.

Requirements

  1. install caffe
  2. install tensorflow

Build instructions

  1. git clone https://github.com/Cloud-CV/IDE.git
  2. git submodule init
  3. git submodule update
  4. pip install -r requirements.txt
  5. npm install

Usage

python manage.py runserver

Example

  • Use example/GoogleNet.pbtxt for tensorflow import
  • Use example/GoogleNet.prototxt for caffe import

License

This software is licensed under GNU GPLv3. Please see the included License file. All external libraries, if modified, will be mentioned below explicitly.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 95.9%Language:Python 3.6%Language:CSS 0.4%Language:HTML 0.1%