
Virtual Try-On for Online Shopping
See how clothes look on you with one click before buying
What it does
Chrome extension: Visualize clothes on your photo while shopping online. One-click on Nike, Amazon & more. Mix with your wardrobe, great for kids' clothes. Beta version - weekend side project. Expect quirks as we improve! Feedback welcome.
Does a similar job
all alternatives →
- IBI build a chrome extension to try on clothes before buying2024 · github.com · ▲6
Hi HN, I built a Chrome extension that lets you try on clothes virtually in any e-commerce store. The entire product was built over the weekend using Cursor editor's multi-compose feature. How It Works: - Captures the product image directly from the webpage using GPT-4. - Uploads your photo to Cloudinary for AI processing. - Uses the Kolors model from Hugging Face via the Gradio API for the try-on. - Stores images in your browser cache for faster performance. To use it, you'll need to set up your OpenAI and Cloudinary API keys in the extension settings. Here is a demo video:…




More commerce this month
the category →

Compare your startup equity grant for free.
Commerce · 28d ago · equitybee.com
Source: Product Hunt launch ↗
Launched alongside, August 2024
the whole month →
- IY
Life & fun · 2024 · ytch.xyz



- IA
Hey there HN! We’re Joe and Stopa, and today we’re open sourcing InstantDB, a client-side database that makes it easy to build real-time and collaborative apps like Notion and Figma. Building modern apps these days involves a lot of schleps. For a basic CRUD app you need to spin up servers, wire up endpoints, integrate auth, add permissions, and then marshal data from the backend to the frontend and back again. If you want to deliver a buttery smooth user experience, you’ll need to add optimistic updates and rollbacks. We do these steps over and over for every feature we build, which can…
Dev tools · 2024 · github.com