Understanding GenAI from the inside out.
Every tutorial shows a prompt going in and an image coming out. Nobody shows you what happens when you change guidance scale from 2 to 15 — or why 50 inference steps costs more than 5 but doesn't always look 10× better.
Black-box tools hide model behavior
Most generative AI interfaces abstract away every parameter. You can't learn the model by using the app — you need to see the internals.
Built from scratch with full control
Implemented Stable Diffusion v1.5 via HuggingFace Diffusers — text-to-image, inpainting, outpainting, and CLIPSeg auto-masking — with every parameter exposed and comparable.
Deployed interactive platform
4 schedulers compared, 3 masking approaches, Streamlit app deployed via Ngrok from Google Colab — usable by non-engineers with no code.