Skip to content

kushagra20251/Recomendation-Engine

Repository files navigation

Recomendation-Engine

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.

Instruction to run

  1. Create a virtual environment using python3 -m venv new-env
  2. Activate virtual environment using new-env\Scripts\activate.bat
  3. Download all the dependencies using pip install -r requirements.txt
  4. Run the python server on localhost using python manage.py runserver
  5. Type 127.0.0.1:8000/blog.

Features

  1. Giving recomendations based on user likings.
  2. Movie descriptions and rating button.
  3. Search with autocomplete.
  4. Storing the liked movies of user.
  5. Responsive UI.
  6. forgot password feature is also given that sends mail to recover account.
  7. randomise button to give 8 random movies which is liked by many users in database

Website

Link - https://recomendation.herokuapp.com/blog

Check ppt for more information and understanding about project. Thanks!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors