A high-performance retail analytics platform designed to provide actionable insights and branch benchmarking
- Store Benchmarking: Compare branch performance using a multi-metric composite scorecard.
- Data Quality Suite: Comprehensive health checks for your POS data ingestion pipeline.
- Product Insights: Detailed tracking of top products, high-value items, and low-margin anomalies.
- Backend: FastAPI (Python)
- Frontend: Streamlit
- Database: SQLAlchemy (Supports PostgreSQL & SQLite)
- Analytics: Pandas, Plotly
- Python 3.10 or higher
- A
.envfile in the root directory
# Install dependencies
pip install -r requirements.txtuvicorn main:app --reloadThe API documentation will be available at http://localhost:8000/docs.
streamlit run my_dashboard/app.pyThe dashboard will open automatically at http://localhost:8501.
Built with ❤️ for Retail Excellence.