A hybrid recommendation system combining collaborative and content-based filtering, built with Python, Pandas, Scikit-learn, and Streamlit.
- Collaborative filtering (user-item interactions)
- Content-based filtering (item categories/metadata)
- Interactive Streamlit dashboard
- Sample dataset included for quick testing
βββ app.py # Streamlit dashboard
βββ recommender.py # Hybrid recommendation system logic
βββ data/sample_data.csv # Example dataset
βββ requirements.txt # Dependencies
βββ README.md # Project documentation
- Clone the repo:
git clone https://github.com/your-username/Personalized-Recommendation-Engine.git cd Personalized-Recommendation-Engine - Install dependencies:
pip install -r requirements.txt
- Run the app:
streamlit run app.py
(Deploy on Streamlit Cloud or Render and paste the link here.)
(Add dashboard screenshots here once you run locally.)