shreeparab1890 / Movie-Recommender-System

This notebook is trying to build a model which will recommend the movie based on given movie and genre. In this we use Popularity Based Recommendation, Content Based Recommendation and Collaborative Filtering based Recommendation.

Home Page:https://huggingface.co/spaces/Shrikrishna/Movie_Recommender_system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Recommender System

This notebook is trying to build a model which will recommend the movie based on similar movie and genre. In this we use Popularity Based Recommendation, Content Based Recommendation and Collaborative Filtering based Recommendation. The dataset is taken from Kaggle: TMDB Popular 10000 Movies Dataset which is compiled by using the api of TMDB. You can follow the analysis on Kaggle

Packeges Used:

Python scikit-learn Pandas NumPy Jupyter Notebook Matplotlib

Deployment:

Streamlit is used to build a front-end of the web application for Movie Recommender System and is deployed on huggingface.co. app

Check the app:

Open in Hugging Face

About

This notebook is trying to build a model which will recommend the movie based on given movie and genre. In this we use Popularity Based Recommendation, Content Based Recommendation and Collaborative Filtering based Recommendation.

https://huggingface.co/spaces/Shrikrishna/Movie_Recommender_system


Languages

Language:Jupyter Notebook 93.0%Language:Python 7.0%