This project has been made for ACE Hackathon by IETE SF - MPSTME.
The frontend hasn't been completed in entireity due to time constraint.
Please refer to app.py to understand how the backend is using mock data to produce images, data, etc.
Before you begin this guide you'll need the following:
- Python 3.12+
- Cloudflare Account ID
- Cloudflare AI Acess API Key
Initialize a virtual environment by:
python -m venv venv
Install the required dependencies by:
pip install -r requirements.txt
Rename .env.example to .env and input the API Keys for chatgpt and Resend.
python app.py
Start testing by:
Visiting http://localhost:5000 and explore /social and /setProducts
Check out /ad?id=X (0<X<=20) how ads can be implemented.