8000 EchoLook · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
@EchoLook

EchoLook

Demo de FashionFinder

Find, try on, and buy clothes with artificial intelligence

🌟 Modular functionalities

🔍 Visual Search

Upload photos or take them instantly to find similar clothes

👗 Clothing Segmentation

Try on how clothes look on you before buying them

🎤 Voice Search

Describe what you're looking for and we'll find it

🎭 Virtual Try-On

Intelligent detection of garments in your photos

fashIA examples

🚀 Project Architecture

graph TD
    A[User]-->|Uploads photo/audio| B[Web]
    B -->|Image| C[Cloth Segmentation Mini]
    B -->|Audio| D[Whisper-Query-Parser]
    C -->|Segmentation| E[Inditex Visual Search API]
    D -->|Structured query| F[Inditex Product Search API]
    E -->|Similar garments| B
    F -->|Search results| B
    B -->|Image + Garment| G[Virtual Try-On API]
    G -->|Generated image| B
    B -->|Shows results| A
Loading

🛠️ Technical Components

1. Cloth Segmentation Mini

Clothing segmentation module that uses a U2NET model to identify and classify garments into:

  • 🔴 Upper clothing (class 1)
  • 🟢 Lower clothing (class 2)
  • 🔵 Full body clothing (class 3)

2. Whisper-Query-Parser

Converts voice commands into structured queries:

  • 🎙️ Audio to text transcription (OpenAI Whisper)
  • 🧠 Generation of structured queries (Google Gemini)
  • 🖼️ Contextualization with images

3. Virtual Try-On

Allows virtual garment try-on:

  • 📱 Simple Streamlit interface
  • 🎯 Realistic visualization
  • ⚡ Fast processing with Fashn.ai API

💻 Technologies Used

Python PyTorch FastAPI Streamlit Docker Whisper Gemini

🏗️ Installation adn Usage

Prerequisites

# Install FFmpeg for audio processing
# Ubuntu/Debian
sudo apt-get install ffmpeg

# macOS
brew install ffmpeg

# Windows
# Download from https://ffmpeg.org/download.html

Proyect Setup

  1. Clone repositorie
git clone https://github.com/tu-usuario/fashionfinder.git
cd fashionfinder
  1. Install dependencies
pip install -r requirements.txt
  1. Config env
cp .env.example .env
# Edita .env con tus claves API:
# - GOOGLE_API_KEY para Gemini
# - FASHN_API_KEY para el try-on virtual
  1. Start services
  • Follow the guides in the respective READMEs

    TODO: COMO CORRER WEB

📱 Using the web in phone

Visual Search

  1. Upload a photo or take one with the camera
  2. The image will be automatically segmented
  3. Click on any detected garment to see similar options

Voice Search

  1. Click on the microphone button
  2. Describe the garment you're looking for (e.g., "I want a blue short-sleeve t-shirt")
  3. The system will translate your request and show relevant results

Virtual Try-On

  1. Select an image of yourself and a garment
  2. Click on "Try-On"
  3. Visualize how the garment would look on you without needing to try it on physically!

👥 Team

📝 License

This proyect is licensed under the MIT License - see the LICENSE file for more details.

HackUPC 2025 InditexTECH Challenge License: MIT

PLAYGROUND

Try our special feature, take photos or upload your own photos to the app and watch the magic happen!

Pinned Loading

  1. echolook echolook Public

    Find, Try On, and Buy Clothes with AI

    Vue 1

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…

0