An open API service indexing awesome lists of open source software.

https://github.com/jalpa015/ml-webapp-integration

A small web app to show movie recommendations based on entered movie input
https://github.com/jalpa015/ml-webapp-integration

flask heroku-app heroku-deployment jinja2 machine-learning python

Last synced: 2 months ago
JSON representation

A small web app to show movie recommendations based on entered movie input

Awesome Lists containing this project

README

          

# Recommendation System

- A Flask application to execute integration of Machine Learning model with a web application

Dataset used:
[TMDB Movies Dataset](https://www.kaggle.com/tmdb/tmdb-movie-metadata?select=tmdb_5000_movies.csv)

## Getting Started

On the command line type
`set FLASK_APP=app.py`

To run the app next type the following command -
`flask run`

Flask run starts the app on http://127.0.0.1:5000/. API can be tested on Postman as well.