Inspiration

For millions of people navigating visible skin conditions—like vitiligo, severe scarring, or chronic psoriasis—beauty AI feels less like a helpful tool and more like a harsh spotlight. Every time they try a skin analysis app, the software treats their face as a medical problem to be flagged with red heatmaps, scored on "severity," and ultimately, "fixed."

It's an experience that isn't just unhelpful; it's psychologically punishing. But these consumers still want to engage with fashion, styling, and self-expression.

So we asked a question: What if AI stopped scoring our skin, and started styling around it?

What it does

Enter Aura Reframe. I took YouCam's powerful Skin Analysis API and completely flipped the paradigm. Aura Reframe intercepts YouCam’s diagnostic data before it ever reaches the user. Instead of showing severity scores, we pass the data through Gemini to reframe the user's unique tones into an empowering, high-fashion color palette, which then drives deeply personalized YouCam Apparel VTO recommendations.

We don’t score your skin. We style around it.

How I built it

I chose the Skin AI + Apparel VTO track because true styling doesn't happen in isolation. How someone wears clothes and how they feel about their skin are intrinsically linked.

Here is how I built the experience:

1. The Interception (Skin AI) When a user uploads a photo, our backend sends it to the YouCam Skin Analysis API. But here's the twist: the raw diagnostic JSON never touches our frontend. I built a secure Python orchestration layer that extracts YouCam's structural masks in-memory, completely dropping the numerical "flaw" scores.

2. The Reframe (OpenCV + Gemini) I use OpenCV to sample the specific regions identified by YouCam, pulling out the exact hex colors of the skin’s unique tones. Then feed this data into Gemini behind a heavily engineered system prompt. I explicitly banned words like flaw, severe, and problem, forcing the AI to generate a dignified, fashion-focused styling profile using vocabulary like harmony, structure, and contrast.

3. The Collection (Apparel VTO) Finally, I use this new, empowering profile to parameterize the YouCam Apparel VTO API, generating synthetic fashion renders of garments that perfectly complement the user's natural palette.

Challenges I ran into

The biggest challenge was translating the raw diagnostic data from YouCam into a format that Gemini could interpret exclusively through a high-fashion lens, without falling back into medicalized language. It required extensive prompt engineering to force the AI to see "hyperpigmentation" not as a flaw, but as an opportunity for "high-contrast tonal harmony."

Additionally, designing a web application that didn't look like a generic clinical SaaS wrapper was a massive hurdle. I had to ensure the UI felt like a brutalist, high-end editorial fashion poster to maintain the empowering aesthetic.

Accomplishments that I'm proud of

To prove the technical execution goes beyond standard API calls, complex, zero-framework HTML5 Canvas interaction was built directly into our Next.js UI. When users view their final Apparel VTO renders, hovering over the image triggers a liquid, 60fps "morph-reveal" blob wipe. This interaction organically strips away the styled garment to reveal a cyber-styled "structural map" of their underlying skin geometry. It’s a striking visual metaphor: the technology is working with their structural data, not judging it.

What I learned

I learned that an API's original purpose doesn't have to define its ultimate impact. By acting as a creative orchestration layer between YouCam's diagnostic output and the user's experience, we proved that you can transform an API historically used for "fixing" into an engine for fashion discovery and deep empathy.

What's next for Aura Reframe

Aura Reframe unlocks a massive, entirely underserved demographic for retail and beauty brands. By replacing the anxiety of "skin-scoring" with an empowering, highly personalized styling experience, we dramatically increase consumer confidence and engagement with Apparel VTO.

What's next is taking this beyond a prototype and offering it as a blueprint for retailers. It's time for the industry to champion genuine inclusivity and drive conversions through empathy, expanding the engine to analyze full-body topography for truly bespoke digital styling.

Built With

Share this project:

Updates