]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Sat, 22 Oct 2022 18:16:08 +0000 (21:16 +0300)
committerGeorgi Gerganov <redacted>
Sat, 22 Oct 2022 18:17:21 +0000 (21:17 +0300)
README.md

index a67826a93ad64f207c71b16f3484ad209d085e6c..40d0bef4fbd76f9da0460ee2d1f0abe5dab118a2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -239,6 +239,13 @@ brew install sdl2
 make stream
 ```
 
+## Confidence color-coding
+
+Adding the `--print-colors` argument will print the transcribed text using an experimental color coding strategy
+to highlight words with high or low confidence:
+
+<img width="965" alt="image" src="https://user-images.githubusercontent.com/1991296/197356445-311c8643-9397-4e5e-b46e-0b4b4daa2530.png">
+
 ## Implementation details
 
 - The core tensor operations are implemented in C ([ggml.h](ggml.h) / [ggml.c](ggml.c))