Skip to content

Content Based Movie Recommender System Web App with py-flask

Notifications You must be signed in to change notification settings

kgole/MovieRecommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieRecommender

Content Based Movie Recommender System Web App with py-flask

Algorithm and inspiration: https://medium.com/code-heroku/building-a-movie-recommendation-engine-in-python-using-scikit-learn-c7489d7cb145

Optimization target (so far):

  1. Implementing G Predictive Search in the movie search box
  2. Fetching Movie information from TMDB API (https://www.themoviedb.org/documentation/api).

D'Oh:

  1. Algorithm fails if input movie name isn't correctly stylized and title case(d). (Need suggestions!)

update (08/16/2019) => Implemented Optimization Target 1 using : JQuery Autocomplete (https://jqueryui.com/autocomplete/)