Case study
AI greeting-card product
Greeting-card generator that keeps the original prompt, four image options, and an order if the buyer leaves before adding contact details.
Challenge
The generation flow had to preserve the original prompt and outputs, allow user edits, and keep an order record even when the customer left before entering contact details.
Outcome
Generation flow with Django Admin templates, four image variants, and editable text. Payment and fulfillment were out of scope.
My contribution
Specified how recipient and style become a prompt, how templates are edited in Django Admin, and that the first generation creates the order. User edits sit beside the original outputs.
Stack
- ChatGPT API
- DALL-E API
- Midjourney
- Django Admin