/ML-models-web-app

Web application to display one of the movie recommendation models, based on Machine Learning, created during my undergraduate thesis. Built with Flask

Primary LanguageHTMLMIT LicenseMIT

ML-models-web-app

Web application to display one of the movie recommendation models, based on Machine Learning, created during my undergraduate thesis.

The development was used using Flask, a Python web framework.

To access: https://movierecommenderwebapp.herokuapp.com

Features:

  • MongoDB (Atlas) Database
  • API to get the model from the database (as a pickle object) and use it in memory.
  • Using IMDB api to show movies posters.
  • Bootstrap frontend.