Selium98 / Movie-Recommender

Movie-Recommender is Web Application for getting Movie Recommendations System, made with Flask, HTML, and Python.

Home Page:https://get-me-that-movie.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie-Recommender

Movie Recommender, as the name suggests is a Web Application, built using Flask which allows the user to find similar movies based on the name of the movie the user entered. The system takes into cosideration various factors and taps into the large number of movie ratings and various genres with respect to the movie name entered by the user.

Flask

Flask is a lightweight WSGI_ web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug_ and Jinja_ and has become one of the most popular Python web application frameworks.

Flask offers suggestions, but doesn't enforce any dependencies or project layout. It is up to the developer to choose the tools and libraries they want to use. There are many extensions provided by the community that make adding new functionality easy.

Important Resources / Links


Installing

  1. Download the entire folder in .zip format or git clone the entire folder : https://github.com/Selium98/Movie-Recommender.git
  2. Once done extracting the contents, run the requirements.txt file from CLI or Powershell :
pip install -r requirements.txt
  1. The above command will install all the dependancies required, along with Flask, Jinja, Numpy, Pandas and all other required parameters to get the project going.
  2. Once all the requirements are installed, open Powershell in the folder where all the files are present or browse into the folder via CLI.
  3. Run the command :
python3 application.py
  1. This will start the services.
  2. Enter http://127.0.0.1:5000/ in the browser and you should be able to see the project.

About

Movie-Recommender is Web Application for getting Movie Recommendations System, made with Flask, HTML, and Python.

https://get-me-that-movie.herokuapp.com/


Languages

Language:HTML 94.8%Language:Python 5.2%