Customer Segmentation project using K-Means clustering with an interactive Streamlit dashboard. The project segments customers (example dataset: Mall_Customers.csv) and provides cluster visualizations, profiles, and downloadable segmented data..
customer-segmentation/
├── data/Mall_Customers.csv
├── outputs/
├── models/kmeans_model.pkl
├── src/
│ ├── utils.py
│ ├── train.py
│ └── app.py
├── requirements.txt
├── profile.txt
└── render.yaml