Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ language:
|
|
| 4 |
- fi
|
| 5 |
tags:
|
| 6 |
- speech-recognition
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
Example how to use with WhisperX (https://github.com/m-bain/whisperX)
|
|
@@ -36,5 +37,4 @@ segments, info = model.transcribe(audio_path, word_timestamps=True, beam_size=5,
|
|
| 36 |
for segment in segments:
|
| 37 |
for word in segment.words:
|
| 38 |
print("[%.2fs -> %.2fs] %s" % (word.start, word.end, word.word))
|
| 39 |
-
```
|
| 40 |
-
|
|
|
|
| 4 |
- fi
|
| 5 |
tags:
|
| 6 |
- speech-recognition
|
| 7 |
+
- whisper
|
| 8 |
---
|
| 9 |
|
| 10 |
Example how to use with WhisperX (https://github.com/m-bain/whisperX)
|
|
|
|
| 37 |
for segment in segments:
|
| 38 |
for word in segment.words:
|
| 39 |
print("[%.2fs -> %.2fs] %s" % (word.start, word.end, word.word))
|
| 40 |
+
```
|
|
|