-
-
Notifications
You must be signed in to change notification settings - Fork 390
Description
Description
The Movie Recommender System helps users discover movies they might like based on their past interactions, ratings, or preferences. The system will use machine learning techniques to analyze movie data and generate personalized recommendations. This project is ideal for learning data preprocessing, recommendation algorithms, and deployment techniques.
Scope
The recommender system will use:
Content-Based Filtering: Recommends movies similar to those the user has liked, based on movie attributes like genre, director, and actors.
Collaborative Filtering: Suggests movies based on the preferences of similar users.
Hybrid Model: A combination of both techniques for better accuracy.
Deployment: The final system can be deployed using Streamlit.
Expected deliverables include:
✅ A clean dataset (e.g., from IMDb, TMDB,)
✅ Preprocessing using pandas & scikit-learn
✅ Model training and evaluation using ML algorithms
✅ A functional web application to display recommendations