puskal-khadka / MovieRecommendationSystem

Movie recommender engine built on django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Recommendation System

Content based movie recommender engine built on Django using NLP (Natural Language Processing). This project also include jupyter notebook script which you can run directly incase if you don't know django.

Demo

Live preview https://movierecommendationnlp.herokuapp.com/

Installation

Clone this repository

 git clone https://github.com/puskal-khadka/MovieRecommendationSystem.git

Change directory

cd MovieRecommendationSystem

Install LFS (if you don't have)

git lfs install

Pull LFS

git lfs pull

Install dependencies (i recommend to do this stuff in virtual environment)

pip install -r requirements.txt

Run project

python manage.py runserver

Now our project deployed to local host, enter following address to view

http://127.0.0.1:8000/

Contributing

Contributions are always welcome. Also if you have any issue feel free to raise an issue.

About

Movie recommender engine built on django


Languages

Language:Jupyter Notebook 67.6%Language:Python 17.3%Language:HTML 13.0%Language:CSS 2.0%Language:Procfile 0.1%