https://github.com/federicob/fashionml
Machine Learning applied to fashion world
https://github.com/federicob/fashionml
computer-vision fashion machine-learning pytorch
Last synced: 3 months ago
JSON representation
Machine Learning applied to fashion world
- Host: GitHub
- URL: https://github.com/federicob/fashionml
- Owner: federicoB
- License: gpl-3.0
- Created: 2021-12-11T22:02:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T22:13:24.000Z (almost 4 years ago)
- Last Synced: 2025-06-21T00:41:00.227Z (4 months ago)
- Topics: computer-vision, fashion, machine-learning, pytorch
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Inspired by Zalando [Fashion DNA](https://research.zalando.com/project/fashion_dna/fashion_dna/) encoding, I wanted to try to recreate it by also using the opportunity offered by their released [Feidegger](https://github.com/zalandoresearch/feidegger) dataset.
I implemented the code to optimally download the dataset, and I firstly implemented a Linear Autoencoder (with disastrous results). The outcome was way better with a Convolutional autoencoder. I then used the learned encoding and a KDtree to search similarities between articles, and the queries results are shown in the following pictures.
I then moved to develop a DCGAN architecture both for generation and encoding, but without success for now, as highlighted in this [issue](https://github.com/federicoB/fashionML/issues/3).


