This is a movie recommendation engine made in python with a KNN model trained on 40k movies and 28 genres. The machine learning model was then made into an API with Flask and deployed onto Heroku.
- Reduce load time by altering the dynamic search system structure.
- Modify the machine learning model to remove all duplicates in the JSON response.
- Add more details to the JSON response.
- Make UI for the recommendation page as well.
✔ The website is now live with everything running.
Visit the website here to see in action.