Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harshuljain13/deeplearning-playground
- Owner: harshuljain13
- License: mit
- Created: 2018-06-09T03:32:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:11:33.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T08:32:57.695Z (7 months ago)
- Topics: celery, deeplearning-ui, django, redis, webapp
- Language: JavaScript
- Homepage:
- Size: 5.75 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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