aedupuga commited on
Commit
e677d28
·
verified ·
1 Parent(s): 441fc98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -26,3 +26,58 @@ configs:
26
  - split: augmented
27
  path: data/augmented-*
28
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  - split: augmented
27
  path: data/augmented-*
28
  ---
29
+
30
+ # Dataset Card for aedupuga/cards-image-dataset
31
+
32
+ ### Dataset Description
33
+
34
+ This Dataset consists of images of some of the cards in 2 different card decks labelled as **Face (0)** or **Value(1)**
35
+
36
+ - **Curated by:** [Anuhya Edupuganti]
37
+
38
+
39
+ ## Uses
40
+
41
+ <!-- Address questions around how the dataset is intended to be used. -->
42
+
43
+ ### Direct Use
44
+
45
+ - Training and evaluating image classification models
46
+ - Experimenting with image preprocessing (resizing and augmentation)
47
+
48
+ ## Dataset Structure
49
+
50
+ This data set contains teo splits:
51
+ - **original**: 30 samples of cards from standard bicycle card deck as well as special disney variety deck.
52
+ - **augmented**: 300 examples (synthetically generated to balance and expand the dataset).
53
+
54
+ Each row includes:
55
+
56
+ - `image`: an image file (jpg)
57
+ - `label`: integer class label (0 = Face card, 1= Value card)
58
+
59
+
60
+
61
+ ### Curation Rationale
62
+
63
+ This dataset was generated as a practice in image dataset creation and augmentation.
64
+
65
+
66
+ #### Data Collection and Processing
67
+
68
+ - Original data collected from playing cards available on hand.
69
+ - Augmentation generated with transformation such as rotation, flips and cropping.
70
+
71
+
72
+ ## Bias, Risks, and Limitations
73
+
74
+ - **Small sample size:** Only 30 original samples.
75
+ - **Synthetic augmentation:** Does not capture real-world variation card designs
76
+
77
+ ### Recommendations
78
+
79
+ - Use primarily to practice classification methods.
80
+
81
+ ## Dataset Card Contact
82
+
83
+ Anuhya Edupuganti (Carnegie Mellon Univerity)- aedupuga@andrew.cmu.edu