Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,10 +10,12 @@ Dataset about the recent history of high fashion. Data was gathered through diff
|
|
| 10 |
Contains information at three levels:
|
| 11 |
|
| 12 |
|
| 13 |
-
**Fashion House**: fashion house name, provenance of the information website, city headquarters and country headquarters, founder, owners, official website, social media, and when available data on revenue.
|
| 14 |
|
| 15 |
|
| 16 |
-
**Fashion Designers**: desginer name, place of birth, year of birth, nationality, main education institution attended, location and country of the school, gender.
|
| 17 |
|
| 18 |
|
| 19 |
-
**Fashion Shows**: fashion show name, provenance of the information website (Vogue), fashion house, creative director of the show (working at fashion house), year, category, season, location, description (from Vogue from journalists), cover image url, images of the show url, sample of 10 images from the show
|
|
|
|
|
|
|
|
|
| 10 |
Contains information at three levels:
|
| 11 |
|
| 12 |
|
| 13 |
+
**Fashion House**: fashion house name, provenance of the information website, city headquarters and country headquarters, founder, owners, official website, social media, and when available data on revenue. (stored in https://huggingface.co/datasets/traopia/FashionDB/blob/main/final_info_fh.parquet)
|
| 14 |
|
| 15 |
|
| 16 |
+
**Fashion Designers**: desginer name, place of birth, year of birth, nationality, main education institution attended, location and country of the school, gender. (stored in https://huggingface.co/datasets/traopia/FashionDB/blob/main/final_info_designers.parquet)
|
| 17 |
|
| 18 |
|
| 19 |
+
**Fashion Shows**: fashion show name, provenance of the information website (Vogue), fashion house, creative director of the show (working at fashion house), year, category, season, location, description (from Vogue from journalists), cover image url, images of the show url, sample of 10 images from the show. (stored in https://huggingface.co/datasets/traopia/FashionDB/blob/main/data_vogue_fixed.parquet)
|
| 20 |
+
|
| 21 |
+
**Fashion images** : embeddings extracted from the images of the fashion show using FashionCLIP (https://huggingface.co/patrickjohncyh/fashion-clip) can be found at https://huggingface.co/datasets/traopia/FashionDB/blob/main/fashion_clip.npy.
|