Skip to content

A Movie Recommender System made using Python and its libraries like streamlit

License

Notifications You must be signed in to change notification settings

tannudaral/Recmovi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recmovi : Movie Recommendation App

This is a web application that recommends 5 movies similar to the movie you have selected.

Link: https://recmovi.herokuapp.com/

To run this locally:

  1. Clone this repository using the following command.
https://github.com/tannudaral/Recmovi.git 
  1. Navigate to this folder.
  2. Run the following command in the terminal:
streamlit run app.py

Algorithms Used:

KNN: K-Nearest Neighbours

Cosine Similarity to find the similarity between the different movies.

About

A Movie Recommender System made using Python and its libraries like streamlit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published