Skip to content

An AI-powered fashion app where users can upload a photo, try on new outfits digitally, and get recommendations based on current trends.

License

Notifications You must be signed in to change notification settings

zerexei/styexei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘— AI Outfit Try-On

"Outfit recommendations based on wardrobe & trends. Upload full body image then generate image with product."
An AI-powered fashion app where users can upload a photo, try on new outfits digitally, and get recommendations based on current trends.


✨ Features (MVP)

  • πŸ” User signup/login with JWT authentication
  • πŸ“Έ Upload full-body photo
  • πŸ€– AI outfit try-on (swap clothing digitally)
  • πŸ‘• Outfit recommendations based on current trends
  • πŸ’Ύ Save & share generated looks

🧠 AI/ML Component

  • Stable Diffusion + ControlNet / Try-On Diffusion for outfit replacement
  • Pre-trained fashion AI models (HuggingFace, Replicate, etc.)
  • Text-based recommendations powered by LLMs (OpenAI/Anthropic)

πŸ— Tech Stack

Frontend: React + Tailwind Backend: Python (FastAPI) for AI pipeline Database: Supabase AI Tools: Stable Diffusion + ControlNet, HuggingFace Try-On models
Infra: GPU hosting (Replicate, Banana.dev, AWS EC2 w/ GPU)


πŸš€ Getting Started

# Clone repo
git clone https://github.com/zerexei/styexei.git
cd styexei

# Install backend dependencies
pip install -r requirements.txt

# Run FastAPI backend
uvicorn app.main:app --reload

# Install frontend dependencies
cd frontend
npm install
npm run dev

About

An AI-powered fashion app where users can upload a photo, try on new outfits digitally, and get recommendations based on current trends.

Resources

License

Stars

Watchers

Forks