Code Monkey home page Code Monkey logo

movie-recommendation's Introduction

Content-Based Movie Recommendation App with Flask


What is recommendation systems?

A recommendation system is a type of information filtering system that predicts or suggests items that a user might be interested in. In data science, recommendation systems are often used in e-commerce, social networking, and media industries to help users find products, services, and content that they are likely to enjoy or find useful. The two main types of recommendation systems are content-based filtering and collaborative filtering.

  • Content-based filtering: recommends items based on their similarity to items that a user has liked in the past.
  • Collaborative filtering: recommends items based on the preferences of similar users. This approach assumes that users who have similar tastes in the past are likely to have similar tastes in the future.

In this project, we'll implement content-based filtering method using movies overview that in TMBD movie website. And also in order to movies posters and links we'll use TMBD API.

How to open the application on your local computer?

First create a new environment than you need to import the requirements that the application needs using the requirements.txt file.

pip install -r requirements.txt

After downloading the codes and opening on your IDE, you can run the application with the terminal python run.py command. As you can see in the screenshot, when you click on "http://127.0.0.1:5000" the application will open in your browser.

Screenshots from App

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.