// Built during my role as AI/ML Engineer at BrainFog
I built an AI-powered product mockup generator for Brainfog Agency. A user uploads a logo, describes a product like a t-shirt or a mug, and the app generates six studio-quality mockup variations in parallel using an AI image model.
The rough part of AI image generation is the prompt itself, so I built a layer to fix that.
Getting good results from an AI image model usually depends on writing a detailed prompt, which most users don't know how to do, and without saved history every generated mockup would be lost after the session ended.
I built an automatic prompt-enhancement step so a short, rough description gets rewritten into something the image model handles well, generated variations in parallel for speed, and persisted every result to a database-backed gallery.






