add links to linto
Browse files
README.md
CHANGED
@@ -113,6 +113,8 @@ Compared to the base model, this version:
|
|
113 |
- Does **not** include punctuation or uppercase letters.
|
114 |
- Was trained on **9,500+ hours** of diverse, manually transcribed French speech.
|
115 |
|
|
|
|
|
116 |
---
|
117 |
|
118 |
## Performance
|
@@ -175,6 +177,10 @@ asr_model.change_decoding_strategy(decoder_type="ctc")
|
|
175 |
asr_model.transcribe([audio_path])
|
176 |
```
|
177 |
|
|
|
|
|
|
|
|
|
178 |
## Training Details
|
179 |
|
180 |
The training code is available in the [nemo_asr_training repository](https://github.com/linagora-labs/nemo_asr_training).
|
|
|
113 |
- Does **not** include punctuation or uppercase letters.
|
114 |
- Was trained on **9,500+ hours** of diverse, manually transcribed French speech.
|
115 |
|
116 |
+
You can try the model directly on [LinTO Studio](https://studio.linto.app/).
|
117 |
+
|
118 |
---
|
119 |
|
120 |
## Performance
|
|
|
177 |
asr_model.transcribe([audio_path])
|
178 |
```
|
179 |
|
180 |
+
It can also be used with the [LinTO STT API](https://github.com/linto-ai/linto-stt/blob/nemo_doc_improvements/nemo/README.md),
|
181 |
+
an Automatic Speech Recognition (ASR) API that can function either as a standalone transcription service
|
182 |
+
or be deployed within a microservices infrastructure using a message broker connector. It supports both offline and real-time transcription.
|
183 |
+
|
184 |
## Training Details
|
185 |
|
186 |
The training code is available in the [nemo_asr_training repository](https://github.com/linagora-labs/nemo_asr_training).
|