- The Recommendation System is made on the concept of Content Based Filtering.
- The end user enters name of the name of the movie and top 5 similar movies are recommended back to the user.
- The system recommends top 5 movies based on processed cosine similarity of various features.
- The system was successfully deployed on web through Flask. Note: The dataset is used from Code Heroku.
- ML
- Python 3
- Feature Engineering
- Text Processing
- Flask
- HTML
=> Fork this repository to start contributing.
=> Open your Git Bash command window and in the root directory type the following commands :
1) git init -initializes the git repository from the GitHub.
2) git clone -Clone the repository to your local machine
(git clone https://github.com/<your-github-username>rohitgit1/Movie_Recommendation_System.git)