File size: 1,083 Bytes
f9fbf15
 
 
 
 
67490d2
f9fbf15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7b2b9ae
67490d2
7b2b9ae
67490d2
 
 
f9fbf15
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: 'Unnamed: 0' 
    dtype: int64
  - name: articleType
    dtype: string
  - name: productDisplayName
    dtype: string
  - name: articleType_label
    dtype: int64
  splits:
  - name: train
    num_bytes: 140935233.8
    num_examples: 9300
  download_size: 122008451
  dataset_size: 140935233.8
---
# Dataset Card for "fashion_data"

The dataset consists of 31 classes and each class has 300 images along with the productDisplayName. This was created from the a larger dataset which you can find [here](https://www.kaggle.com/datasets/paramaggarwal/fashion-product-images-dataset). 

The purpose of creating this dataset was to make a Image search engine from a database where the input is either an image, text or audio and the output is a set of images similar to the input.

You can find the project implementation [here](https://github.com/Krushi-Jethe/Image-Search-Engine).

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)