🔌
Movie API and ML
A Django web application that exposes a movie API and a machine-learning recommendation system. It combines movie metadata with ML algorithms to pr…
A Django web application that exposes a movie API and a machine-learning recommendation system. It combines movie metadata with ML algorithms to pr…
A Django web application that exposes a movie API and a machine-learning recommendation system. It combines movie metadata with ML algorithms to provide personalised movie recommendations through a web interface.
python movieapi/manage.py runserver.http://127.0.0.1:8000/.pip install -r movieapi/requirements.txt
python movieapi/manage.py runserver
See movieapi/README.md for details on configuring an API key.
movieapi/requirements.txt (includes scikit-learn, pandas)