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
This is a simple movie recommender system that uses the TMDb API to fetch movie data and recommend movies based on user input. The system uses the cosine similarity between the movie descriptions to recommend similar movies.