File size: 1,134 Bytes
222884e
 
 
 
 
 
 
 
5649b8e
ff13ad9
baf57ed
ff13ad9
 
 
4cbb979
503ecae
7c9426a
503ecae
7c9426a
 
503ecae
7c9426a
 
ff13ad9
 
 
 
 
 
 
 
78dbcb4
54d99e2
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
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.