Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/farazkhanfk7/yourflix-recommender
- Owner: farazkhanfk7
- Created: 2020-09-22T09:30:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T03:45:25.000Z (over 4 years ago)
- Last Synced: 2024-12-03T22:13:35.856Z (about 2 months ago)
- Language: Python
- Homepage: http://matrec.herokuapp.com/
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```