mikewlange / DLS

Deep Learning Studio is a GUI based deep learning platform for designing, training and evaluating artificial neural networks without programming skills.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Learning Studio Demo

DLS Minsk AI Hackathon, Demo#1

DLS Minsk AI Hackathon #1

DLS Minsk AI Hackathon, Demo#2 (Complex layers)

DLS Minsk AI Hackathon #2

DLS Minsk AI Hackathon, Demo#3 (Feature space & feature maps visualization)

DLS Minsk AI Hackathon #3


Keras & Node-RED & NVIDIA-DIGITS Prototype

Node-RED & NVIDIA-DIGITS


Deep Learning Studio Demo

How to build and run:

  • cd to DLS root dir
  • Install python and pip if not installed
  • Run pip install -r requirements.txt command
  • Install npm if not installed
  • Run npm install command
  • Run npm run-script grunt command
  • Run python run-app.py or ./run-flask-app.sh command

Run back-end tests:

  • pytest

Run tests with coverage report:

  • py.test --cov-report term --cov=app app/test

More about measuring test coverage: https://pypi.python.org/pypi/pytest-cov

_Run With Docker

About

Deep Learning Studio is a GUI based deep learning platform for designing, training and evaluating artificial neural networks without programming skills.

License:MIT License


Languages

Language:Python 56.1%Language:JavaScript 31.4%Language:HTML 9.4%Language:CSS 1.8%Language:Jupyter Notebook 0.6%Language:Shell 0.5%Language:Dockerfile 0.1%