In this project I use Python Django Framework for creating backend side of my movie recommendation system.
GET /movies/{id}
Parameter | Type | Description |
---|---|---|
id |
int |
Required. Give movie id for recommendation. |
GET /search/{tag}
Parameter | Type | Description |
---|---|---|
tag |
string |
Required. Searchs by tag name in movie titles. |
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