8000 GitHub - trinitajames/CodSoft_Recommendation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

trinitajames/CodSoft_Recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

🎬 Movie Recommendation System

This project implements a collaborative filtering-based movie recommendation system using the MovieLens dataset and the Surprise library in Python.

📌 Table of Contents

  1. Overview
  2. Dataset
  3. Installation
  4. Usage
  5. Implementation Details
  6. Results
  7. Future Improvements
  8. License

📌 Overview

This recommendation system uses collaborative filtering to predict movie ratings and suggest movies to users.
It is built using:

  • Python
  • Surprise Library (for collaborative filtering)
  • MovieLens Dataset (for training and testing)

The system is implemented in Google Colab and can be easily adapted for other datasets.


📂 Dataset

The dataset used is the MovieLens Small Dataset, which contains:

  • 100,000 ratings from 600 users on 9,000 movies.
  • Movies file (movies.csv): Contains movie titles and genres.
  • Ratings file (ratings.csv): Contains user IDs, movie IDs, and ratings.

📥 Download DatasetMovieLens


⚙️ Installation

To run this project, install the required libraries:

pip install pandas numpy scikit-surprise matplotlib seaborn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0