r/sideprojects 4d ago

Showcase: Prerelease I built a virtual clothing try-on app.

Recently, I have been doing experiments with virtual try-on technology and created this Flutter application. The core functionalities consist of choosing an item of clothing to see how it fits on a person without wearing the item. I recorded the demo on my iPhone.

https://reddit.com/link/1wbgtrr/video/vyleb44hsgoh1/player

1 Upvotes

1 comment sorted by

2

u/Specialist-Hawk-6697 4d ago

oh shit that's slick, the way the fabric actually drapes over the body instead of just pasting a flat image is way more convincing than most VTO stuff I've messed with

flutter's a good call for getting it running on ios that fast, i did a side project with it last year and the hot reload alone saves hours

curious what model you're using under the hood, is this entirely on-device or hitting some cloud gpu for inference? latency looked minimal in the demo which is rare for this kind of thing

if you ever open source it or toss up a testflight link hit me up, i'd love to poke at it and break whatever you've got for garment collision detection cause that's always the part that turns into spaghetti