ksingla025
commited on
Commit
•
5d9c44b
1
Parent(s):
72bb5d9
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# 1step ASR-NL for two-people patient-doctor medical exams.
|
3 |
|
@@ -32,4 +41,4 @@ Assuming in the Nemo docker, or have nemo_toolkit installed
|
|
32 |
python NeMo/examples/asr/asr_chunked_inference/ctc/speech_to_text_buffered_infer_ctc.py \
|
33 |
model_path=<path-to-nemo-file> \
|
34 |
audio_dir=<folder-with-audio-files>
|
35 |
-
```
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- role_detection
|
4 |
+
- speech_recognition
|
5 |
+
- intent
|
6 |
+
- emotion
|
7 |
+
- nemo
|
8 |
+
- medical_exams
|
9 |
+
---
|
10 |
|
11 |
# 1step ASR-NL for two-people patient-doctor medical exams.
|
12 |
|
|
|
41 |
python NeMo/examples/asr/asr_chunked_inference/ctc/speech_to_text_buffered_infer_ctc.py \
|
42 |
model_path=<path-to-nemo-file> \
|
43 |
audio_dir=<folder-with-audio-files>
|
44 |
+
```
|