Barber AI

Own Product

An AI-powered hairstyle preview app: users upload a photo and see realistic previews of different haircuts and hairstyles before committing. Built solo, driving the AI image pipeline and product decisions.

Next.jsTypeScriptMediaPipeStable Diffusion (Stable-Hair)Gradio API
Barber AI screenshot 11 / 3

Problem

People are hesitant to commit to a new haircut without knowing how it will actually look on them.

Solution

Built an on-device face-landmark pipeline with MediaPipe, then piped the photo into a self-hosted Stable-Hair diffusion model (served over a Gradio REST API) to generate a realistic hair transfer, owning both the product decisions and the inference pipeline solo.