A movie recommendation application using Python Flask which
provides users with recommendations to movies as per their
previous ratings.
The application uses Collaborative filtering technique (user-user
based filtering) to match similar users and predict the ratings and
show the high rated movies to the users.