Tryora
Tryora
AI-powered 3D virtual try-on platform
Problem
Online shoppers can't tell how a garment will actually look on their body before buying, and generating photorealistic 3D avatars or AI try-on scenes is too GPU-intensive to run synchronously behind a normal web request.
Solution
Built a distributed system that turns user photos into a 3D avatar, matches natural-language queries to real dresses via an LLM-driven scraping pipeline, and composites the avatar into AI-generated try-on scenes, all coordinated through an Express API gateway that dispatches GPU-bound jobs to a FastAPI/Celery worker over a Redis queue, with offline access to saved wardrobes via a PWA service worker and IndexedDB.
- Stack
- Next.jsReactTypeScriptThree.jsReact Three FiberTailwind CSSZustandExpressPrismaPostgreSQLRedisPassport.jsFastAPIPythonCeleryCrewAIChromaDBDocker
- Links
- Source
- Last updated
- May 2026
- GitHub
- 0 stars · last commit August 2026