Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guptachetan1997/Episodes
Self Hosted TV show Episode tracker and recommender built using django, bootstrap4.
https://github.com/guptachetan1997/Episodes
bootstrap4 django episode-tracker episodes pandas
Last synced: 3 months ago
JSON representation
Self Hosted TV show Episode tracker and recommender built using django, bootstrap4.
- Host: GitHub
- URL: https://github.com/guptachetan1997/Episodes
- Owner: guptachetan1997
- License: mit
- Created: 2016-07-26T18:11:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T21:14:28.000Z (over 2 years ago)
- Last Synced: 2024-08-03T11:08:54.663Z (6 months ago)
- Topics: bootstrap4, django, episode-tracker, episodes, pandas
- Language: Python
- Homepage:
- Size: 2.5 MB
- Stars: 212
- Watchers: 11
- Forks: 25
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Episodes
TV show Episode tracker built using django and bootstrap4.
Episodes allows you to keep track of your favourite tv shows either continuing or ending and also provide you with recommendations based on your likings using machine learning using libraries like pandas, sci-kit learn, numpy etc.
Using http://thetvdb.com/ for metadata.
Inspired from https://github.com/jamienicol/episodesRequirements:
* python 2/3
* django
* sklearn
* requests
* pandasTo use clone the production branch, install requirements, run the following terminal commands:
$ sudo pip3 install -r requirements.txt
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py runserver
![alt tag](https://raw.githubusercontent.com/guptachetan1997/Episodes/master/1.jpeg)
![alt tag](https://raw.githubusercontent.com/guptachetan1997/Episodes/master/2.jpeg)
![alt tag](https://raw.githubusercontent.com/guptachetan1997/Episodes/master/3.jpeg)
![alt tag](https://raw.githubusercontent.com/guptachetan1997/Episodes/master/4.jpeg)