imagesakasheroor/American-Sign-Language-Datasetaslsign-languagevideogesture-recognitioncomputer-visionaccessibilityclassificationmit-license

American Sign Language (ASL) Video Dataset — 108K Videos, 2,208 Words

Category
Images
Records
47 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~0.01 MB
Downloads
0

About this data

108,618 ASL gesture videos covering 2,208 distinct words (≥30 videos per word). MIT-licensed, preprocessed for ML training and gesture recognition.

Schema

NameTypeDescription
videoSTRUCT(bytes BLOB, path VARCHAR)MP4 video file (≤10 MB) demonstrating a single ASL word/sign, with HuggingFace dataset path reference.

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "American Sign Language (ASL) V" })
// Found: 5c43869a-5a3c-4217-81c2-ceea0ba417fd
get_download_url({ dataset_id: "5c43869a-5a3c-4217-81c2-ceea0ba417fd" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/5c43869a-5a3c-4217-81c2-ceea0ba417fd/download-url