andandandand commited on
Commit
c0a9f99
·
verified ·
1 Parent(s): b629fb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -48,6 +48,8 @@ session = fo.launch_app(dataset)
48
 
49
  ## Dataset Details
50
 
 
 
51
  ### Dataset Description
52
 
53
  This dataset contains 34,627 grayscale images of American Sign Language (ASL) alphabet hand gestures. Each image is 28x28 pixels and represents one of 24 letters from the ASL alphabet. The dataset excludes the letters J and Z as these require motion to be properly signed and cannot be represented in static images.
@@ -68,8 +70,6 @@ The original data was sourced from Kaggle's Sign Language MNIST dataset and has
68
 
69
  ## Uses
70
 
71
- ### Direct Use
72
-
73
  This dataset is ideal for:
74
  - **Computer vision research**: Training and evaluating image classification models
75
  - **Sign language recognition**: Developing ASL alphabet recognition systems
@@ -106,8 +106,6 @@ Note: Labels 9 (J) and 25 (Z) are excluded as these letters require motion in AS
106
 
107
  ## Dataset Creation
108
 
109
- ### Curation Rationale
110
-
111
  This dataset was created to provide an easily accessible, well-structured version of the ASL alphabet dataset for computer vision research and education. The conversion to FiftyOne format enables:
112
  - Rich visualization and exploration capabilities
113
  - Advanced querying and filtering
 
48
 
49
  ## Dataset Details
50
 
51
+ This dataset is a derived work of the public domain ASL MNIST dataset. The original content is CC0, and we have applied an MIT license to the packaging and any additional code or annotations.
52
+
53
  ### Dataset Description
54
 
55
  This dataset contains 34,627 grayscale images of American Sign Language (ASL) alphabet hand gestures. Each image is 28x28 pixels and represents one of 24 letters from the ASL alphabet. The dataset excludes the letters J and Z as these require motion to be properly signed and cannot be represented in static images.
 
70
 
71
  ## Uses
72
 
 
 
73
  This dataset is ideal for:
74
  - **Computer vision research**: Training and evaluating image classification models
75
  - **Sign language recognition**: Developing ASL alphabet recognition systems
 
106
 
107
  ## Dataset Creation
108
 
 
 
109
  This dataset was created to provide an easily accessible, well-structured version of the ASL alphabet dataset for computer vision research and education. The conversion to FiftyOne format enables:
110
  - Rich visualization and exploration capabilities
111
  - Advanced querying and filtering