mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
add other language examples
This commit is contained in:
16
README.md
16
README.md
@ -50,13 +50,29 @@ For non-english ASR, it is best to use the `large` whisper model.
|
|||||||
`whisperx --model large --language fr examples/sample_fr_01.wav --align_model VOXPOPULI_ASR_BASE_10K_FR --output_dir examples/whisperx/ --align_extend 2`
|
`whisperx --model large --language fr examples/sample_fr_01.wav --align_model VOXPOPULI_ASR_BASE_10K_FR --output_dir examples/whisperx/ --align_extend 2`
|
||||||
|
|
||||||
|
|
||||||
|
https://user-images.githubusercontent.com/36994049/208298804-31c49d6f-6787-444e-a53f-e93c52706752.mov
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### German
|
### German
|
||||||
`whisperx --model large --language de examples/sample_de_01.wav --align_model VOXPOPULI_ASR_BASE_10K_DE --output_dir examples/whisperx/ --align_extend 2`
|
`whisperx --model large --language de examples/sample_de_01.wav --align_model VOXPOPULI_ASR_BASE_10K_DE --output_dir examples/whisperx/ --align_extend 2`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
https://user-images.githubusercontent.com/36994049/208298811-e36002ba-3698-4731-97d4-0aebd07e0eb3.mov
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Italian
|
### Italian
|
||||||
`whisperx --model large --language it examples/sample_it_01.wav --align_model VOXPOPULI_ASR_BASE_10K_IT --output_dir examples/whisperx/ --align_extend 2`
|
`whisperx --model large --language it examples/sample_it_01.wav --align_model VOXPOPULI_ASR_BASE_10K_IT --output_dir examples/whisperx/ --align_extend 2`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
https://user-images.githubusercontent.com/36994049/208298819-6f462b2c-8cae-4c54-b8e1-90855794efc7.mov
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2 align="left">Limitations ⚠️</h2>
|
<h2 align="left">Limitations ⚠️</h2>
|
||||||
|
|
||||||
- Currently only tested for _english_ language, results may vary with different languages.
|
- Currently only tested for _english_ language, results may vary with different languages.
|
||||||
|
Reference in New Issue
Block a user