Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 975 Bytes

README.md

File metadata and controls

49 lines (27 loc) · 975 Bytes

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