This is a Dockerized project designed to analyze customer data efficiently. The project provides tools to:
- Generate Data: Create sample datasets for analysis.
- Analyze Shoppers' Behavior: Derive insights from customer shopping patterns and behaviors.
The project requires a .env file for configuration. You can create a sample .env file with the following command:
cp .env.example .envTo start the project, build the Docker image using the following command:
sudo docker-compose up --build -d