Skip to content

xmacedo/MovieRecommendationSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

POC - Movie Recommendation System

This project is a Proof of Concept (POC) for a Movie Recommendation System. The goal of this system is to provide personalized recommendations to users based on their preferences and behavior using The Movies Dataset.

Features

  • User Profiling: Collects and analyzes user data to create detailed user profiles.
  • Content-Based Filtering: Recommends items similar to those the user has shown interest in.
  • Collaborative Filtering: Suggests items based on the preferences of similar users.
  • Hybrid Approach: Combines content-based and collaborative filtering for more accurate recommendations.
  • Real-Time Recommendations: Provides up-to-date suggestions as user data changes.

Technologies Used

  • Java: The core programming language used for developing the recommendation algorithms.
  • Apache Mahout: Mahout is a scalable ML-focused library perfect for Collaborative Filtering-based recommendation systems.

Installation

  1. Clone the repository:
git clone https://github.com/xmacedo/MovieRecommendationSystem.git
  1. Navigate to the project directory:
cd MovieRecommendationSystem
  1. Install the required dependencies:

Usage

  • Olhar algoritmo Knn (K vizinhos), similiradide de cosseno,

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages