Market Segmentation Model
A brief description of your project.
-
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # For Linux/Mac venv\Scripts\activate # For Windows
-
Install the project dependencies:
pip install -r requirements.txt
Start the Flask server: python app.py# market-segmentation-model