The aim of this project is to develop a system that can offer movie advice to people looking for movies they like or looking for similar ones they love. In this document, we will present to you what is our project will be look like, what are the algorithms that we may use and which softwares, systems uses these algorithms.
- Create a virtual environment using
python3 -m venv new-env - Activate virtual environment using
new-env\Scripts\activate.bat - Download all the dependencies using
pip install -r requirements.txt - Run the python server on localhost using
python manage.py runserver - Type
127.0.0.1:8000/blog.
- Giving recomendations based on user likings.
- Movie descriptions and rating button.
- Search with autocomplete.
- Storing the liked movies of user.
- Responsive UI.
- forgot password feature is also given that sends mail to recover account.
- randomise button to give 8 random movies which is liked by many users in database
Link - https://recomendation.herokuapp.com/blog
Check ppt for more information and understanding about project. Thanks!