File size: 701 Bytes
10ade8d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

# Movie Recommendation System🚀

A movie recommender that recommends five movies based on the movie input.
It uses a KNN model that works on the concept text vectorization.


## Screenshots

![](https://github.com/VividhPandey003/movie_recommendation_system/blob/main/images/1.png)
---
![](https://github.com/VividhPandey003/movie_recommendation_system/blob/main/images/2.png)
---
![](https://github.com/VividhPandey003/movie_recommendation_system/blob/main/images/3.png)
---
![](https://github.com/VividhPandey003/movie_recommendation_system/blob/main/images/4.png)


### Try it on your own 💻
  [Movie Recommendation System Deployment](https://huggingface.co/spaces/coder003/movie-recommender)