Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
# whisper.cpp
|
| 2 |
|
|
|
|
|
|
|
|
|
|
| 3 |
High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
|
| 4 |
|
| 5 |
- Plain C/C++ implementation without dependencies
|
|
|
|
| 1 |
# whisper.cpp
|
| 2 |
|
| 3 |
+
[](https://github.com/ggerganov/whisper.cpp/actions)
|
| 4 |
+
[](https://opensource.org/licenses/MIT)
|
| 5 |
+
|
| 6 |
High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
|
| 7 |
|
| 8 |
- Plain C/C++ implementation without dependencies
|