Get your ads to your audience quicker, faster, smarter.
- Install Python packages:
pip install -r requirements.txt - Install npm packages:
cd frontend && npm i - Run backend server with
python api.py - Run frontend website with
cd frontend && npm run dev - Go to http://localhost:5173
- Upload a zip file that includes image and video ads.
Note: The only zip file tested is the one given by AppLovin. The format in this zip file was
ads ├── images │ └── image.png └── videos └── videos.mp4Other zip file structures may not be processed correctly.