/lrn-deep

A Web application for building neural networks interactively.

Primary LanguageHTML

lrn-deep Build Status

A Web application for building neural networks interactively.

Installation

Clone repo:

$ git clone https://github.com/CathyMouse96/lrn-deep.git

Install prerequisites (Make sure you have Python 3 installed):

$ pip install -r requirements.txt

Usage

Run server:

$ cd lrn-deep
$ python3 manage.py runserver

The server will start at http://127.0.0.1:8000/.

Contributing

Enable pre-commit building and testing:

$ bin/git-hooks/hook-setup.sh

Pre-commit building and testing will be performed before each commit.