Skip to content

Input image, get back matching image fashion results, using Gradio and Fashion-CLIP

Notifications You must be signed in to change notification settings

Happy-ryan/fashion-image-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fashion-image-search

Input image, get back matching image fashion results, using Gradio and Fashion-CLIP

Application Structure

app-structure

Dir Tree

fashion-image-search
├─ README.md
├─ asset
│  ├─ structure.png
│  └─ structure2.png
├─ front
│  └─ main.py
├─ requirments.txt
├─ server
│  ├─ admin
│  │  ├─ build.py
│  │  ├─ csv_editor.ipynb
│  │  ├─ infra
│  │  │  ├─ build
│  │  │  │  ├─ client.py
│  │  │  │  └─ model.py
│  │  │  └─ meta
│  │  │     └─ client.py
│  │  ├─ models
│  │  │  ├─ __init__.py
│  │  │  └─ build.py
│  │  ├─ proxy.py
│  │  └─ routes
│  │     ├─ __init__.py
│  │     ├─ build.py
│  │     └─ proxy.py
│  └─ customer
│     ├─ embedding.py
│     ├─ infra
│     │  ├─ embedding
│     │  │  ├─ client.py
│     │  │  └─ model.py
│     │  ├─ meta
│     │  │  └─ client.py
│     │  ├─ search
│     │  │  ├─ client.py
│     │  │  ├─ model.py
│     │  │  └─ utils.py
│     │  ├─ storage
│     │  │  └─ client.py
│     │  └─ translate
│     │     └─ client.py
│     ├─ models
│     │  ├─ __init__.py
│     │  ├─ embedding.py
│     │  └─ search.py
│     ├─ proxy.py
│     ├─ routes
│     │  ├─ __init__.py
│     │  ├─ embedding.py
│     │  ├─ proxy.py
│     │  └─ search.py
│     ├─ search.py
│     └─ storage

About

Input image, get back matching image fashion results, using Gradio and Fashion-CLIP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages