Closed ShanmukhaSreenivas closed 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
Updated the movie recommendation model to enhance accuracy and relevance.