BrunoHays commited on
Commit
b582499
·
verified ·
1 Parent(s): f3281cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ language:
4
+ - ar
5
+ task_categories:
6
+ - automatic-speech-recognition
7
+ ---
8
+
9
+ # Wikitongues-Darija
10
+
11
+ This is a small test dataset for Automatic Speech Recognition in Darija language, built from 2 captioned videos of the WikiTongues project:
12
+
13
+ - [nawal](https://en.wikipedia.org/wiki/File:WIKITONGUES-_Nawal_speaking_Moroccan_Arabic.webm)
14
+ - [anass](https://en.wikipedia.org/wiki/File:WIKITONGUES-_Anass_speaking_Moroccan_Arabic.webm)
15
+
16
+ Process:
17
+
18
+ - each webm video has been converted to monochannel 16khz wav files with ffmpeg :
19
+ ```bash
20
+ ffmpeg -i WIKITONGUES-_Nawal_speaking_Moroccan_Arabic.webm.1080p.vp9.webm -ar 16000 -ac 1 nawal.wav
21
+ ```
22
+ - each audio has been cut in samples of less than 30 seconds audio according to the captions timestamps. The script may be found at the root of the dataset.