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
Content Based Recommendation system uses attributes of the content to recommend similar content. It doesn't have a cold-start problem because it works through attributes or tags of the content, such as actors, genres or directors, so that new movies can be recommended right away.
The application uses content based filtering to make recommendations. For every movie selected, 12 recommendations are made based on their cosine similarity with the selected movie. An API feteches the poster image of the movie and displays them in an image grid to the user The database offers nearly 5000 movies to select from