Text-to-fashion-design AI. Describe a garment in plain language, get a professional design concept.
Try the live demo → | GitHub Repo →
After generating 32 AI fashion designs and getting exactly 0 sales across 30+ sessions, I learned one thing: distribution > production.
So I open-sourced the entire generator. No pitch. No popups. Just code.
git clone https://github.com/cedendahlkim/stil-ai-playground
cd stil-ai-playground
pip install fastapi uvicorn openai stripe
python server.py
# → http://localhost:3081/generatorPOST /api/generate-outfit
Content-Type: application/json
{"prompt": "oversized camel wool coat, minimalist"}Returns: {image_url, design_id, purchase_url, price_sek}
FastAPI · Azure OpenAI (GPT-image-2) · Stripe · Caddy
| Tool | Description |
|---|---|
| Skattefällan | Räkna ut din skatt |
| Räntechocken | Din nya månadskostnad |
| ISK-Skattekollen | ISK-skatt på 30 sek |
| Verktygslådan | Alla 11 verktyg |
MIT License — Built by @cedendahlkim