biplobgon/product-recommendation-system
feat: Add Dockerfile for HF Spaces Docker deployment
feat: Add HF Spaces deployment — hf_loader, app.py entry point, slim requirements
feat: Revamp Streamlit dashboard UX — model cards, KPI strips, self-explanatory chart captions
docs: Revamp README with product links, executive summary, and technical deep dive
docs: Update README to enhance project overview and add live demo links
feat: Add FastAPI service and Streamlit dashboard for product recommendation system
feat: Add README files for outputs, models, figures, and reports with expected files and descriptions
feat: Implement content-based, conversion ranker, hybrid, and session-based recommenders
Merge branch 'main' of https://github.com/biplobgon/product-recommendation-system
data stored in gcs
Merge pull request #1 from biplobgon/copilot/connect-gcs-bucket-fetch-data
Connect GCS bucket to fetch dataset files
Initial plan
gcs data stored
commit requirements.txt - updated
Create sample dataset from events.csv
Remove huge raw files from history
Add data preparation script to load and display events
Update author section with formatting and badges
Update README.md
Add Streamlit dashboard and CI/CD instructions
Update README.md
Update README.md
Setup project structure for product recommendation system
Initial commit
