The project for setting up and training of neural networks in the cloud with Keras library.
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
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/