This project focuses on customer segmentation for an insurance company. The objective is to group customers into different segments based on their behavior, demographics and so on. segmentation allows the insurance company to target specific customer groups and improve customer satisfaction and business profitability.
how to run it:
1- set up the virtual enviroment: python3 -m venv venv source venv/bin/activate
2- install dependecies: pip install -r requirements.txt
3- run the app.py: streamlit run app.py