Instructions to use speechbrain/asr-transformer-aishell with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-transformer-aishell with speechbrain:
from speechbrain.pretrained import EncoderDecoderASR model = EncoderDecoderASR.from_hparams( "speechbrain/asr-transformer-aishell" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ pip install speechbrain
|
|
| 59 |
Please notice that we encourage you to read our tutorials and learn more about
|
| 60 |
[SpeechBrain](https://speechbrain.github.io).
|
| 61 |
|
| 62 |
-
### Transcribing your own audio files (in
|
| 63 |
|
| 64 |
```python
|
| 65 |
from speechbrain.inference.ASR import EncoderDecoderASR
|
|
|
|
| 59 |
Please notice that we encourage you to read our tutorials and learn more about
|
| 60 |
[SpeechBrain](https://speechbrain.github.io).
|
| 61 |
|
| 62 |
+
### Transcribing your own audio files (in Mandarin Chinese)
|
| 63 |
|
| 64 |
```python
|
| 65 |
from speechbrain.inference.ASR import EncoderDecoderASR
|