Popularity
2.9
Declining
Activity
0.0
Stable
212
11
26

Code Quality Rank: L5
Programming language: Python
License: MIT License
Tags: Automation    

Episodes alternatives and similar software solutions

Based on the "Automation" category.
Alternatively, view Episodes alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Episodes or a related project?

Add another 'Automation' Software solution

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 alt tag alt tag alt tag