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.
Live preview https://movierecommendationnlp.herokuapp.com/
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/
Contributions are always welcome. Also if you have any issue feel free to raise an issue.