├── LICENSE ├── README.md ├── companies.md ├── content.md ├── data ├── Classification.csv ├── Forecast.csv ├── Recommendation.csv └── Synthesis.csv ├── dataset.md ├── event.md ├── generate_readme.py ├── gh-md-toc ├── img ├── alibaba.png ├── glitch.gif ├── grokstyle.png ├── heuritech.png ├── macty.png ├── malong.png ├── markableai.png ├── matchu.png ├── modeai.png ├── myntra.png ├── stitchfix.png ├── stylingai.png ├── syte.png ├── tozi.png ├── yi+ai.png └── zalando.png ├── others.md └── toc.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/README.md -------------------------------------------------------------------------------- /companies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/companies.md -------------------------------------------------------------------------------- /content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/content.md -------------------------------------------------------------------------------- /data/Classification.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/data/Classification.csv -------------------------------------------------------------------------------- /data/Forecast.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/data/Forecast.csv -------------------------------------------------------------------------------- /data/Recommendation.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/data/Recommendation.csv -------------------------------------------------------------------------------- /data/Synthesis.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/data/Synthesis.csv -------------------------------------------------------------------------------- /dataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/dataset.md -------------------------------------------------------------------------------- /event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/event.md -------------------------------------------------------------------------------- /generate_readme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/generate_readme.py -------------------------------------------------------------------------------- /gh-md-toc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/gh-md-toc -------------------------------------------------------------------------------- /img/alibaba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/alibaba.png -------------------------------------------------------------------------------- /img/glitch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/glitch.gif -------------------------------------------------------------------------------- /img/grokstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/grokstyle.png -------------------------------------------------------------------------------- /img/heuritech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/heuritech.png -------------------------------------------------------------------------------- /img/macty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/macty.png -------------------------------------------------------------------------------- /img/malong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/malong.png -------------------------------------------------------------------------------- /img/markableai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/markableai.png -------------------------------------------------------------------------------- /img/matchu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/matchu.png -------------------------------------------------------------------------------- /img/modeai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/modeai.png -------------------------------------------------------------------------------- /img/myntra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/myntra.png -------------------------------------------------------------------------------- /img/stitchfix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/stitchfix.png -------------------------------------------------------------------------------- /img/stylingai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/stylingai.png -------------------------------------------------------------------------------- /img/syte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/syte.png -------------------------------------------------------------------------------- /img/tozi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/tozi.png -------------------------------------------------------------------------------- /img/yi+ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/yi+ai.png -------------------------------------------------------------------------------- /img/zalando.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/img/zalando.png -------------------------------------------------------------------------------- /others.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/others.md -------------------------------------------------------------------------------- /toc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lzhbrian/Cool-Fashion-Papers/HEAD/toc.md --------------------------------------------------------------------------------