watchNext is a movie recommendation website which learns from the users and uses IMDBpy.
Live Website: https://watch--next.herokuapp.com/
1. Clone the project
2. Install dependencies [How to use pip]
pip install -r requirements.txt3. To run the server
python manage.py runserver