Skip to content

Code repository for a sample end-to-end project for a Movie Recommender System built on Python Flask as backend

License

Notifications You must be signed in to change notification settings

RampageousRJ/Movie-Recommender-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie-Recommender-System

Movie Recommender API which makes use of cosine similarity to find movies similar to the one entered employing Flask as backend.

Run Locally

Clone the project

  git clone https://github.com/RampageousRJ/Movie-Recommender-System.git

Install dependencies and zipped pickle files from link

  pip install -r requirements.txt

Place the pickle files in model directory and then start the server

  export FLASK_DEBUG=1
  export FLASK_APP=app.py
  flask run

API Reference

Send a POST request to the local/hosted URL

  POST /api

Type of input for the API

Parameter Type Description
title string Enter name of the movie

Processes the movie title and returns result with all the necessary fields in a json format.

About

Code repository for a sample end-to-end project for a Movie Recommender System built on Python Flask as backend

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages