Skip to content

eshedd/fashionabler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fashionabler 👖

A smart clothing recommender for my fashion-incompetent self built with FashionCLIP.

Installation

pip install -r requirements.txt

huggingface_hub==0.27.0

M1 Mac

  • pip install 'rembg[cpu]' for using CPU
  • Downgrade to transformations==4.42.4 (see issue)

Notes

  • FashionCLIP has a limit of 77 tokens, so keep the prompt to less than that
  • Details from FashionCLIP finetuning on Farfetch dataset (unreleased)
    • Dataset has mostly long captions --> longer prompts may be more effective
    • Biased towards standard product images, i.e. centered on white background

TODO

  • Generative try-on (VTON) feature --> CatVTON (github)
  • Cache previously generated images to reduce inference frequency
  • Intuitive UI for entering prompt + visualizing outfits
  • Track clothing article usage frequency
  • Add laundry (i.e. remove worn clothes from recommendation)
  • Use weather report and emotion prediction for informing outfit (GradedRec for reference on traversing FashionCLIP latent space)

Further Reading

About

A smart clothing recommender based on available clothing wardrobe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors