Bring Me Movies is a Movie Recommendation System developed in Django.
Install BringMeMoviesWebsite
git clone https://github.com/Kingask-dark/BringMeMoviesWebsite
cd BringMeMoviesWebsite
pip install -r requirements.txtBefore running the project you will need to do:
- Extract similarity.zip file from Templates/BringMeMovies/main/
- Create your account in https://www.themoviedb.org/ and generate your api key and put it in fetch_posters function in views.py file
- Provide the full path of movies.pkl and similarity.pkl files located in Templates/BringMeMovies/main/ in the views.py file
To Run BringMeMoviesWebsite:
cd BringMeMoviesWebsite
python manage.py makemigrations
python manage.py migrate
python manage.py runserver



