SarahSalimpour commited on
Commit
7c9426a
1 Parent(s): 503ecae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -13,9 +13,13 @@ size_categories:
13
 
14
  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.
15
 
16
- from datasets import load_dataset
17
 
 
 
18
  dataset = load_dataset("SLPL/AV_Dataset")
 
 
19
  ### Supported Tasks and Leaderboards
20
 
21
  The dataset can be used for tasks such as speech recognition, audio-visual speech recognition, and speaker recognition.
 
13
 
14
  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.
15
 
16
+ You can download the dataset by the command below:
17
 
18
+ ```python
19
+ from datasets import load_dataset
20
  dataset = load_dataset("SLPL/AV_Dataset")
21
+ ```
22
+
23
  ### Supported Tasks and Leaderboards
24
 
25
  The dataset can be used for tasks such as speech recognition, audio-visual speech recognition, and speaker recognition.