Skip to content

YashKathait28/Movie-Recommendation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

🎬 Movie Recommendation System

πŸ“Œ Overview

This project is a content-based movie recommendation system.
It recommends movies similar to a given movie using TF-IDF vectorization and cosine similarity based on genre and description.

πŸ› οΈ Tools

  • Python
  • Pandas
  • Scikit-learn

πŸ“‚ Structure

MovieRecommendation/ │── scripts/ β”‚ └── Main.py │── README.md │── requirements.txt

bash Copy code

▢️ Run

git clone https://github.com/YourUsername/CodeAlpha_MovieRecommendation.git
cd CodeAlpha_MovieRecommendation
pip install -r requirements.txt
python scripts/Main.py
βœ… Example Output
bash
Copy code
🎬 Movies in database:
['The Shawshank Redemption', 'The Godfather', 'The Dark Knight', 'Pulp Fiction', 
 'The Lord of the Rings', 'Forrest Gump', 'Inception', 'Fight Club', 'Interstellar', 'The Matrix']

βœ… Recommended movies for 'Inception':
['Interstellar', 'The Matrix', 'The Dark Knight', 'Fight Club', 'The Lord of the Rings']

About

This is a movie recommendation system in python for data analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages