Giter Club home page Giter Club logo

movie_recommendation's Introduction

movie_recommandation

Basic movie recommendation projects to apply learning from one of the lab in the Machine Learning course of the IBM Professional Certificate

Repository structure

In this repository you will find the following

  • At the root the Jupyter Notebook where I first tried out the algorithm.
  • A Python script that consolidates the main steps of the Jupyter Notebook
  • A folder called app that contains an executable obtained by running pyinstaller basic_movie_recommender.py
  • A Input Movies folder that contains a few example of inputs
  • A Recommendations folder containing the recommendations for the user in CSV.

Input

The app (executable) takes as an input a txt file with the user favorite movies and the user ratings of those movies. It will prompt the user to enter a username just for the sake of giving an appropriate name to the output file.

Ouput

The output file will be a simple CSV in which the user can find a list of movie with a recommendation for each movie.

Dataset

The dataset that was provided by Coursera and originated from GroupLens. The dataset contains movies from 1874 to 2016. For each movie we have the release year and tags about the genres of the movie.

Algorithm

Basic content-based recommendation system purely based on the tags (genres) of the movies

movie_recommendation's People

Contributors

vianneymi avatar

Stargazers

 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.