Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harshuljain13/deeplearning-playground

Platform to help you show your deeplearning work
https://github.com/harshuljain13/deeplearning-playground

celery deeplearning-ui django redis webapp

Last synced: about 5 hours ago
JSON representation

Platform to help you show your deeplearning work

Awesome Lists containing this project

README

        

## Run Instructions

![Web Page](images/screenshot.png)

```
$ virtualenv venv
$ source venv/bin/activate
$ git clone https://github.com/harshul1610/DeepLearning-Playground.ai.git
$ cd DeepLearningDemos.ai
$ pip install -r requirements.txt
$ cd webapp
$ python manage.py runserver

$ screen -S redis-server
$ redis-server

$ screen -S celery-beat
$ cd webapp
$ celery -A webapp beat -l info

$ screen -S celery-worker
$ cd webapp
$ celery -A webapp worker -l info
```

## LICENSE

MIT