|
--- |
|
task_categories: |
|
- feature-extraction |
|
- text-generation |
|
language: |
|
- fa |
|
size_categories: |
|
- 10K<n<100K |
|
pretty_name: m |
|
--- |
|
#### Persian Audio-Visual Dataset |
|
|
|
### Dataset Summary |
|
|
|
The Persian audio-visual dataset is a collection of audio and visual data in the Persian language.The dataset consists of audio and visual data designed for speech recognition and lip reading tasks. The dataset includes over 24,000 of videos totaling over 27 hours of data.The videos are collected from news recordings and utilized a face-detection algorithm to crop and extract region of intrest. |
|
|
|
You can download the dataset by the command below: |
|
|
|
```python |
|
from datasets import load_dataset |
|
dataset = load_dataset("SLPL/AV_Dataset") |
|
``` |
|
|
|
### Supported Tasks and Leaderboards |
|
|
|
The dataset can be used for tasks such as speech recognition, audio-visual speech recognition, and speaker recognition. |
|
|
|
### Languages |
|
|
|
The dataset is in the Persian language. |
|
|
|
### Format |
|
The video clips are in MP4 format with a duration of 4 seconds each,enabaling efficient processing and analysis.(lenght and width of 224*224 pixels) |
|
|
|
### Data Splits |
|
The data is unsplit. |