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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -39,7 +39,7 @@ from fiftyone.utils.huggingface import load_from_hub
39
 
40
  # Load the dataset
41
  # Note: other available arguments include 'max_samples', etc
42
- dataset = load_from_hub("andandandand/American-Sign-Language-MNIST",
43
  max_samples=200)
44
 
45
  # Launch the App
@@ -130,7 +130,8 @@ Processing was performed using Python with pandas, PIL, NumPy, and FiftyOne libr
130
 
131
  #### Who are the source data producers?
132
 
133
- The original dataset was created by the Kaggle user 'datamunge' and represents hand gesture images collected for ASL alphabet recognition research. The specific methodology for the original data collection is not detailed in the source.
 
134
 
135
  ### Annotations
136
 
 
39
 
40
  # Load the dataset
41
  # Note: other available arguments include 'max_samples', etc
42
+ dataset = load_from_hub("Voxel51/American-Sign-Language-MNIST",
43
  max_samples=200)
44
 
45
  # Launch the App
 
130
 
131
  #### Who are the source data producers?
132
 
133
+ The original dataset was created by the Kaggle user 'datamunge' and represents hand gesture images collected for ASL alphabet recognition research.
134
+ The specific methodology for the original data collection is not detailed in the source.
135
 
136
  ### Annotations
137