Skip to content

ayoubad12/ML_Recommendation_System

Repository files navigation

Movie Recommendation System

This project implements a movie recommendation system using collaborative, content-based, and demographic filtering algorithms in Python. The system analyzes a dataset containing movie titles, vote counts, average votes, and scores to provide personalized movie recommendations to users. It includes a web interface built with Streamlit for users to interact with and explore movie recommendations.

Key Features:

Demographic Filtering: Recommends popular movies based on general user demographics.
Collaborative Filtering: Recommends movies based on the preferences of similar users.
Content-Based Filtering: Recommends movies based on the similarity of movie features.

The projet is currently hosted in: https://ml-rsys.streamlit.app/


To run the app locally, execute the following command after cloning the project:

streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published