Skip to content

spectosha/onlinenn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onlinenn

The project for setting up and training of neural networks in the cloud with Keras library.

How to install in Linux

1. Download the virtual environment directory (https://cloud.mail.ru/public/9e1g/jXGkprc6f) and put it in the root directory of project.

2. Instal redis-server:

sudo apt-get install redis-server

How to run project in Linux

1. Open terminal and run redis-server.

redis-server

2. Go to the root directory of project in new terminal and run celery.

source venv/bin/activate
python manage.py celeryd

3. Start django project in root directory of project in new terminal.

source venv/bin/activate
python manage.py runserver

4. In your browser go to http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published