NexDP Description NexDP helps you create a Display Image to campaign for events. Setup Step 1: Clone the repository Step 2: Create virtual environment python -m venv venv source venv/bin/activate Step 3: Install dependencies pip install -r requirements.txt Step 4: Configure environment variables Create a .env file: cp .env.example .env Step 5: Run the application python main.py