Skip to content

watchNext is a Django app which recommends movies to the user using cosine similarity as a metric. It uses the IMDbPy module to retrieve movie details including genre, thumbnail, etc.

Notifications You must be signed in to change notification settings

parvdave/watchNext

Repository files navigation

watchnext

watchNext is a movie recommendation website which learns from the users and uses IMDBpy.



To run it locally:


1. Clone the project

2. Install dependencies [How to use pip]
pip install -r requirements.txt 
3. To run the server
python manage.py runserver

About

watchNext is a Django app which recommends movies to the user using cosine similarity as a metric. It uses the IMDbPy module to retrieve movie details including genre, thumbnail, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published