Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 591 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 591 Bytes

MovieRecommender

  • Content based recommendation system.
  • Develop a user-friendly website using Streamlit.
  • Utilize Python libraries for data science to create a machine learning based movie recommender.
  • Allow users to input a movie name to receive personalized recommendations.
  • Provide the top 10 related movies along with movie posters for an enhanced user experience.
  • Cosine similarity function is used to recommend the top 10 movies.

Project Screenshots