American Sign Language (ASL) Dataset
Description:
This dataset contains 108,618 videos representing 2,208 ASL words, with each word having a minimum of 30 videos. The videos were scraped, collected from multiple sources, and preprocessed to ensure consistency, quality, and usability for machine learning and gesture recognition tasks. Each video is β€10 MB, optimized for storage and model training.
The dataset can be used for ASL gesture recognition, video-based ML tasks, and model training for research and educational purposes.
Folder Structure
E:\Dataset\American-Sign-Language-Dataset
βββ part1\ # First subset of videos (β€10,000 files)
βββ part2\ # Second subset of videos (β€10,000 files)
βββ part3\ # Third subset of videos (β€10,000 files)
βββ README.md # This file
βββ dataset.csv # CSV file mapping words to video paths
- Each subfolder contains β€10,000 video files to comply with Hugging Face repository limits.
- Videos are organized into multiple parts to prevent exceeding per-folder file limits.
dataset.csv maps each ASL word to its respective video path.
README.md provides detailed dataset information and usage instructions.
CSV File (`dataset.csv`)
The CSV contains the following columns:
| Column |
Description |
word |
The ASL word represented in the video |
video_path |
Relative path to the video file in the repo |
Example:
| word |
video_path |
| HELLO |
part1/12345-HELLO.mp4 |
| THANKS |
part2/67890-THANKS.mp4 |
| YES |
part3/54321-YES.mp4 |
- All paths are relative to the root dataset folder.
Dataset Statistics
- Total videos: 108,618
- Total words: 2,208
-