Skip to content

Advance Movie Recommender, with Flask as the framework used for User Interface, deployed on Heroku.

Notifications You must be signed in to change notification settings

Selium98/Flix-Master

Repository files navigation

Flix Master

Flix Master ia an advance Movie Recommender Web Application, built using Flask which allows the user to find similar movies based on the name of the movie entered. The model developed extensively makes use of Naive Bayes Algorithm of Classification. The model is able to correctly identify the user-input movie and recommend similar movies on the basis of the movie's genre, classification and category.

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/Flix-Master.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 main.py
  1. This will start all necessary the services and will get the program running.
  2. Enter http://127.0.0.1:5000/ in the browser and you should be able to see the project.

About

Advance Movie Recommender, with Flask as the framework used for User Interface, deployed on Heroku.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published