mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-19 04:37:51 +00:00
Update README.md
This commit is contained in:
parent
6a81ed3e78
commit
f3dae90c31
@ -239,6 +239,13 @@ brew install sdl2
|
|||||||
make stream
|
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
|
## Implementation details
|
||||||
|
|
||||||
- The core tensor operations are implemented in C ([ggml.h](ggml.h) / [ggml.c](ggml.c))
|
- The core tensor operations are implemented in C ([ggml.h](ggml.h) / [ggml.c](ggml.c))
|
||||||
|
Loading…
Reference in New Issue
Block a user