nikki1234567 / MovieRecommender

As a part of our curriculum at NCSU CSC 510, we have a developed a movie-recommender, which will recommend movies. Movies are recommended by this.
MIT License
0 stars 0 forks source link

Update the Movie Recommendation Model #6

Closed ShanmukhaSreenivas closed 1 hour ago

ShanmukhaSreenivas commented 2 hours ago

Updated the movie recommendation model to enhance accuracy and relevance.

ShanmukhaSreenivas commented 1 hour ago

The movie recommendation model has been enhanced to generate recommendations based on plot similarity, utilizing cosine similarity with TF-IDF for more accurate results. This update shifts the recommendation logic from genre-only matching to a more nuanced, content-based approach that considers movie plots. Multiple functions in the Flask app were modified to integrate this new model, replacing the previous genre-based recommendation functionality to deliver more personalized suggestions.

Commit ID : 9c85725c08d8d49176fe35c46c71ba20d623e8a2