Generation pipeline
- Child photo becomes an avatar, placed into a story template via a GPT image model, with text/overlays composited using Pillow.
- Dynamic (personalized) and static audio narration via ElevenLabs.
YourMitra is a personalized AI storybook platform — digital, B2C-event, and hardcover formats. I built it end to end as the sole engineer: backend, frontend, the AI generation pipeline, payments, deployment, and the admin panel that runs the business. It's live with real paying customers and repeat preview traffic.
The naive pipeline took ~20 minutes per story. Moving generation onto Temporal workers and parallelizing the independent steps brought it to ~2 minutes, with generation fully separated from delivery.
Before
~20 min
After
~2 min
Impact
Temporal parallel workers
Before
After
Impact
Live with real paying customers