Skip to content

Put in your favourite movies and watch as we recommend you something similiar

Notifications You must be signed in to change notification settings

AdwaitaBasuBal/Movie-Recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommendation System

Recommends 5 movies based on your favourite!

This project is an intelligent movie recommender. It suggests movies that have similar themes, descriptions and plot points. I used vector similarity to find movies which are alike. Future tweaks might include suggesting movies with sequels and parts only once as well as updating the movie list dataset. Enjoy your search!

Features

  • Drop down list of movies and autofill
  • Suggests 5 similar movies
  • Displays movie posters

Installation

Clone or download the zip files from the repository.

Make sure you have Python and pip installed on your device.

Import all the necessary libraries:-

  • streamlit
  • pandas
  • pickle
  • requests

Deployment

Run the program through streamlit

streamlit run [path to your program].py

The Recommendation System is ready for you!

Screenshots

The drop-down movie list for searching

Autofill drop down menu recommend

Movie recommended example

Movie Recommender Tangled recommends

About

Put in your favourite movies and watch as we recommend you something similiar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages