Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Self Hosted TV show Episode tracker and recommender built using django, bootstrap4.

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/episodes

Requirements:

* python 2/3
* django
* sklearn
* requests
* pandas

To 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)