All Projects → guptachetan1997 → Episodes

guptachetan1997 / Episodes

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Episodes

Docker Django
A complete docker package for deploying django which is easy to understand and deploy anywhere.
Stars: ✭ 378 (+136.25%)
Mutual labels:  pandas, django
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (-0.62%)
Mutual labels:  pandas, django
Coderedcms
A content management system for marketing websites based on Django and Wagtail.
Stars: ✭ 386 (+141.25%)
Mutual labels:  django, bootstrap4
Django Bootstrap Modal Forms
A Django plugin for creating AJAX driven forms in Bootstrap modal.
Stars: ✭ 244 (+52.5%)
Mutual labels:  django, bootstrap4
Django React Boilerplate
Django, React, Bootstrap 4 with Python 3 and webpack project boilerplate
Stars: ✭ 1,164 (+627.5%)
Mutual labels:  django, bootstrap4
Estoque
Controle de estoque
Stars: ✭ 292 (+82.5%)
Mutual labels:  django, bootstrap4
Django Bootstrap4
Bootstrap 4 integration with Django.
Stars: ✭ 877 (+448.13%)
Mutual labels:  django, bootstrap4
Django Photoblog
Photographer portfolio website powered by Django Framework. Features photo gallery with infinite scrolling, tagging, thumbnail generation and CMS for creating pages. Configured for Heroku and S3.
Stars: ✭ 19 (-88.12%)
Mutual labels:  django, bootstrap4
Django Rest Pandas
📊📈 Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel)
Stars: ✭ 1,030 (+543.75%)
Mutual labels:  pandas, django
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+512.5%)
Mutual labels:  django, bootstrap4
Csdnbot
CSDN 资源下载器
Stars: ✭ 209 (+30.63%)
Mutual labels:  django, bootstrap4
Banking System
A banking System Created Using Django Python Web Framework
Stars: ✭ 105 (-34.37%)
Mutual labels:  django, bootstrap4
Django blog
A blog application made with Django and bootstrap
Stars: ✭ 172 (+7.5%)
Mutual labels:  django, bootstrap4
Winerama Recommender Tutorial
A wine recommender system tutorial using Python technologies such as Django, Pandas, or Scikit-learn, and others such as Bootstrap.
Stars: ✭ 324 (+102.5%)
Mutual labels:  pandas, django
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-87.5%)
Mutual labels:  django, bootstrap4
Django Poll App
Django poll app is a full featured polling app. You have to register in this app to show the polls and to vote. If you already voted you can not vote again. Only the owner of a poll can add poll , edit poll, update poll, delete poll , add choice, update choice, delete choice and end a poll. If a poll is ended it can not be voted. Ended poll only shows user the final result of the poll. There is a search option for polls. Also user can filter polls by name, publish date, and by number of voted. Pagination will work even after applying filter.
Stars: ✭ 78 (-51.25%)
Mutual labels:  django, bootstrap4
Django Jinja Knockout
Django datatables and widgets, both AJAX and traditional. Display-only ModelForms. ModelForms / inline formsets with AJAX submit and validation. Works with Django templates.
Stars: ✭ 116 (-27.5%)
Mutual labels:  django, bootstrap4
Imitationtmall django
用python开发基于Django框架的仿天猫网站项目This Project is imitation Tmall website for using python based on the development of Django framework
Stars: ✭ 156 (-2.5%)
Mutual labels:  django
Django Hordak
Double entry accounting in Django
Stars: ✭ 159 (-0.62%)
Mutual labels:  django
Django Storages
django-storages is a project to provide a variety of storage backends in a single library.
Stars: ✭ 2,047 (+1179.38%)
Mutual labels:  django

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].