Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 392 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 392 Bytes

YourFlix (Recommender)

A movie recommendation system built using Django, Machine Learning and Web Scraping.

Tools Used

  1. Scikit-Learn
  2. BeautifulSoup4
  3. Pandas
  4. Django

Setup

Use a virtual env

  1. $ git clone https://github.com/farazkhanfk7/yourflix-recommender.git

  2. Install dependencies $ pip install -r requirements.txt

  3. $ python manage.py runserver