Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Parakeet EOU Integration & Findings
|
| 2 |
|
| 3 |
This directory contains the scripts and documentation for integrating the NVIDIA Parakeet Realtime EOU 120M model into FluidAudio.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: nvidia-open-model-license
|
| 4 |
+
license_link: >-
|
| 5 |
+
https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
metrics:
|
| 9 |
+
- wer
|
| 10 |
+
library_name: nemo
|
| 11 |
+
tags:
|
| 12 |
+
- speech-recognition
|
| 13 |
+
- FastConformer
|
| 14 |
+
- end-of-utterance
|
| 15 |
+
- voice agent
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
|
| 19 |
# Parakeet EOU Integration & Findings
|
| 20 |
|
| 21 |
This directory contains the scripts and documentation for integrating the NVIDIA Parakeet Realtime EOU 120M model into FluidAudio.
|