this-is-aishwarya / movie-recommendation-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Recommendation System using Machine Learning

Our goal is to create a movie recommendation system based on the concept of collaborative filtering. Collaborative filtering (CF) is a popular recommendation algorithm that bases its predictions and recommendations on the ratings or behavior of other users in the system.

Approach 1: User to User CF

Find similar users and recommend movies that they like.

Approach 2: Item to Item CF

Find similar movies based in ratings given by other users

About Project

High level steps for building a user-interface for ML application.

  1. Selecion of tools and languages.
  2. Building APIs/ Services to expose ML model.
  3. Building Client-side web/mobile app.

About


Languages

Language:JavaScript 60.0%Language:CSS 23.1%Language:HTML 11.2%Language:Python 5.8%