Skip to content

Sunilgsuni/SmartRetail-Recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Personalized Recommendation Engine

A hybrid recommendation system combining collaborative and content-based filtering, built with Python, Pandas, Scikit-learn, and Streamlit.

πŸš€ Features

  • Collaborative filtering (user-item interactions)
  • Content-based filtering (item categories/metadata)
  • Interactive Streamlit dashboard
  • Sample dataset included for quick testing

πŸ“‚ Project Structure

β”œβ”€β”€ app.py                # Streamlit dashboard
β”œβ”€β”€ recommender.py        # Hybrid recommendation system logic
β”œβ”€β”€ data/sample_data.csv  # Example dataset
β”œβ”€β”€ requirements.txt      # Dependencies
└── README.md             # Project documentation

⚑ Usage

  1. Clone the repo:
    git clone https://github.com/your-username/Personalized-Recommendation-Engine.git
    cd Personalized-Recommendation-Engine
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run the app:
    streamlit run app.py

🌐 Live Demo

(Deploy on Streamlit Cloud or Render and paste the link here.)

πŸ“Έ Screenshots

(Add dashboard screenshots here once you run locally.)

About

A hybrid recommendation system combining collaborative and content-based filtering with an interactive Streamlit dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages