Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -239,6 +239,13 @@ brew install sdl2
|
|
| 239 |
make stream
|
| 240 |
```
|
| 241 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 242 |
## Implementation details
|
| 243 |
|
| 244 |
- The core tensor operations are implemented in C ([ggml.h](ggml.h) / [ggml.c](ggml.c))
|
|
|
|
| 239 |
make stream
|
| 240 |
```
|
| 241 |
|
| 242 |
+
## Confidence color-coding
|
| 243 |
+
|
| 244 |
+
Adding the `--print-colors` argument will print the transcribed text using an experimental color coding strategy
|
| 245 |
+
to highlight words with high or low confidence:
|
| 246 |
+
|
| 247 |
+
<img width="965" alt="image" src="https://user-images.githubusercontent.com/1991296/197356445-311c8643-9397-4e5e-b46e-0b4b4daa2530.png">
|
| 248 |
+
|
| 249 |
## Implementation details
|
| 250 |
|
| 251 |
- The core tensor operations are implemented in C ([ggml.h](ggml.h) / [ggml.c](ggml.c))
|