You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Make sure you implement 3-4 deep learning models along with the machine learning models. As this repository mainly focuses on deep learning methods, you need to focus on deep learning models only.
Assigning this issue to you @kanak227 under IWOC2025.
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
The text was updated successfully, but these errors were encountered: