https://github.com/igorcoding/vkrsys
Songs recommendation system
https://github.com/igorcoding/vkrsys
Last synced: 2 months ago
JSON representation
Songs recommendation system
- Host: GitHub
- URL: https://github.com/igorcoding/vkrsys
- Owner: igorcoding
- License: gpl-3.0
- Created: 2015-01-07T21:31:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T18:13:55.000Z (almost 8 years ago)
- Last Synced: 2024-04-20T00:11:03.716Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 487 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vkrsys
====### Songs recommendation system.
Based on [rsys](https://github.com/igorcoding/rsys) library.There are two main things in this project:
1. The actual frontend application written in Django
2. Backend package (```recommender_api```) written using Tornado server and rsys libraryTo start everything you need to start three servers:
1. ```python manage.py runserver 0.0.0.0 8000```
2. ```celery -A vkrsys worker -l debug```
3. ```python recommender_api/server.py```