Skip to content

emrecoskun705/movie_recommendation

Repository files navigation

Movie Recommendation

In this project I use Python Django Framework for creating backend side of my movie recommendation system.

API Usage

Recommends movies using a movie(id)

  GET /movies/{id}
Parameter Type Description
id int Required. Give movie id for recommendation.

Search movie

  GET /search/{tag}
Parameter Type Description
tag string Required. Searchs by tag name in movie titles.

Start

Python 3 or greater must be installed

git clone https://github.com/emrecoskun705/movie_recommendation.git
cd ./movie_recommendation
pip install ./requriments.txt 
python manage.py runserver

Related Projects

Mobile App

About

A movie recommendation system with mobile app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published