SarahSalimpour commited on
Commit
503ecae
1 Parent(s): 54d99e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -12,6 +12,10 @@ size_categories:
12
  ### Dataset Summary
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
  ### Supported Tasks and Leaderboards
16
 
17
  The dataset can be used for tasks such as speech recognition, audio-visual speech recognition, and speaker recognition.
 
12
  ### Dataset Summary
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.