Shalom10/CustomerBehavior
0
๐๏ธ Customer Purchase Behavior Analysis - Streamlit App
This is a simple Streamlit-based web application that allows users to upload a customer purchase dataset and explore behavior patterns through interactive visualizations.
๐ง Features
- Upload CSV file and preview data
- Filter data by gender and age
- Display total and average purchase amounts
- Visualizations: histogram, box plot, and bar chart
๐ฆ Requirements
Install the required dependencies by running:
pip install -r requirements.txt
