Commit
·
45d11fd
1
Parent(s):
23b4087
Update README.md
Browse files
README.md
CHANGED
@@ -43,12 +43,12 @@ asr_model.transcribe(['sample_kz.wav'])
|
|
43 |
```
|
44 |
#### How to Transcribe Multiple Audio Files
|
45 |
```
|
46 |
-
|
47 |
```
|
48 |
|
49 |
If you have a manifest file with your audio files:
|
50 |
```
|
51 |
-
|
52 |
```
|
53 |
|
54 |
## Input and Output
|
|
|
43 |
```
|
44 |
#### How to Transcribe Multiple Audio Files
|
45 |
```
|
46 |
+
python transcribe_speech.py model_path=stt_kz_quartznet15x5.nemo audio_dir="<DIRECTORY CONTAINING AUDIO FILES>"
|
47 |
```
|
48 |
|
49 |
If you have a manifest file with your audio files:
|
50 |
```
|
51 |
+
python transcribe_speech.py model_path=stt_kz_quartznet15x5.nemo dataset_manifest=manifest.json
|
52 |
```
|
53 |
|
54 |
## Input and Output
|