Style Snatcher

A web app that lets you do image search with fashion items and receive recommendations of similar listings from Farfetch. Try it here.

Setup

Dataset

Farfetch Listings from Kaggle.

Embedding Model

FashionCLIP by Patrick John Chia.

Database

SingleStore.

Deployment

Streamlit.

How to Use

  1. Upload a picture containing a fashion item (with or without model)
  2. The app will vectorize the image
  3. Specify a max price and optional keywords (only products with keywords mentioned in description will be shown)
  4. SingleStore will do a dot product between the vectorized query image and the embeddings stored in the db
  5. SingleStore will return the top 3 or 6 matches, depending on the specified number