This app recommends movies based on other movies you liked. The Model was trained with kaggle dataset using cosine similarity based on its features.
Clonning the Repo
git clonegit@github.com:joao-victor-campos/netflix-recommendation-app.git
cd netflix-recommendation-app
If you want to use the application, go to our 😆 Huggingface Repository
make requirements
Apply code style with black and isort
make apply-style
Perform all checks (flake8, black and mypy)
make checks