Update README.md
Browse files
README.md
CHANGED
|
@@ -162,7 +162,7 @@ asr_model.change_decoding_strategy(decoder_type="ctc")
|
|
| 162 |
asr_model.transcribe([audio_path])
|
| 163 |
```
|
| 164 |
|
| 165 |
-
It can also be used with the [LinTO STT API](https://github.com/linto-ai/linto-stt/
|
| 166 |
an Automatic Speech Recognition (ASR) API that can function either as a standalone transcription service
|
| 167 |
or be deployed within a microservices infrastructure using a message broker connector. It supports both offline and real-time transcription.
|
| 168 |
|
|
|
|
| 162 |
asr_model.transcribe([audio_path])
|
| 163 |
```
|
| 164 |
|
| 165 |
+
It can also be used with the [LinTO STT API](https://github.com/linto-ai/linto-stt/tree/master/nemo),
|
| 166 |
an Automatic Speech Recognition (ASR) API that can function either as a standalone transcription service
|
| 167 |
or be deployed within a microservices infrastructure using a message broker connector. It supports both offline and real-time transcription.
|
| 168 |
|