Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 546 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 546 Bytes

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.