Skip to content

almdashif/Movie-Recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎬 Movie Recommender System

Streamlit App

A content-based movie recommendation system built using:

  • Python
  • Pandas
  • Scikit-learn
  • Streamlit

🚀 Live App

👉 Try it here:
https://movie-recommender-ashif.streamlit.app/


📌 Features

  • Recommends 5–10 similar movies
  • Content-based filtering (overview, cast, genres, keywords)
  • Cosine similarity model
  • Clean Streamlit UI
  • Deployed on Streamlit Cloud

🧠 How It Works

  1. Movie metadata is processed.
  2. Important text features are combined.
  3. Text is vectorized using CountVectorizer.
  4. Similarity is calculated using cosine similarity.
  5. Top similar movies are recommended.

🛠️ Installation (Run Locally)

Clone the repository:

git clone https://github.com/almdashif/Movie-Recommender.git
cd Movie-Recommender

Create virtual environment:

python -m venv venv
source venv/bin/activate   # Mac/Linux
venv\Scripts\activate      # Windows

Install dependencies:

pip install -r requirements.txt

Run the app:

streamlit run app.py

📂 Project Structure

Movie-Recommender/
│
├── app.py
├── main.py
├── requirements.txt
├── models/
│   ├── movies.pkl
│   └── similarity.pkl
└── data/

🌍 Deployment

This app is deployed using Streamlit Community Cloud.


📧 Author

almdashif

About

Machine Learning Movie Recommender using NLP, Pandas, Scikit-learn, CountVectorizer & Cosine Similarity. Built with Python & Streamlit. Live demo available.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages