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:
- Clone this repository using the following command.
https://github.com/tannudaral/Recmovi.git
- Navigate to this folder.
- Run the following command in the terminal:
streamlit run app.py
KNN: K-Nearest Neighbours
Cosine Similarity to find the similarity between the different movies.