Giter Site home page Giter Site logo

movie_recommendation_flask's Introduction

This repository is dedicated to the Movie recommendation system which designed and developed by Python3 and the data which used in this project is based on the provided dataset by Kaggle, You could find the required dataset at https://www.kaggle.com/rounakbanik/the-movies-dataset .

The first thing for this project is knowing the dataset that we need, among all csv files which provided by Kaggle all we need is credits.csv, keywords.csv, links.csv, links_small.csv, movies_metadata.csv, ratings_small.csv

This code uses demographic filtering and content filtering to recommend movies on the web page. Flask API is used to deploy model on website.

Here is the list of dependecies which used in this project and how you could them:

pip install numpy pip install pandas pip install matplotlib pip install scipy pip install ast # this dependecy is already covered by python3 pip install sklearn pip install nltk pip install flask pip install warnings # this dependecy is already covered by python3

Onece the dependencies are installed properly you could run the webapp file with this command python3 webapp.py.

Screenshot_2020-03-03 Recommender System(1)

This recommendation system is working based on three categories which are based on popularity,genere and content

Screenshot_2020-03-03 Recommender System

movie_recommendation_flask's People

Contributors

eddieir avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.