Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Movie Recommender System (Content-Based) #1011

Open
kanak227 opened this issue Feb 21, 2025 · 5 comments · May be fixed by #1013
Open

Movie Recommender System (Content-Based) #1011

kanak227 opened this issue Feb 21, 2025 · 5 comments · May be fixed by #1013
Assignees
Labels
IWOC2025 Medium Medium issues. Status: Assigned Assigned issue.

Comments

@kanak227
Copy link

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

Copy link

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

@abhisheks008
Copy link
Owner

Can you please clarify in which open source event you are participating?
@kanak227

@kanak227
Copy link
Author

kanak227 commented Feb 22, 2025

I am into IWOC 25 @abhisheks008

@kanak227
Copy link
Author

@abhisheks008 Assign it to me under IWOC

@abhisheks008
Copy link
Owner

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.

@abhisheks008 abhisheks008 added Status: Assigned Assigned issue. IWOC2025 Medium Medium issues. labels Feb 24, 2025
@kanak227 kanak227 linked a pull request Feb 24, 2025 that will close this issue
8 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
IWOC2025 Medium Medium issues. Status: Assigned Assigned issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants