Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farazkhanfk7/yourflix-recommender

A movie recommender engine using Machine Learning, Web Scraping and Django.
https://github.com/farazkhanfk7/yourflix-recommender

Last synced: 1 day ago
JSON representation

A movie recommender engine using Machine Learning, Web Scraping and Django.

Awesome Lists containing this project

README

        

# 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```