Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,11 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp
|
|
| 8 |
- Low memory usage (Flash Attention + Flash Forward)
|
| 9 |
- Zero memory allocations at runtime
|
| 10 |
- Runs on the CPU (Mac and Linux)
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
## Usage
|
| 14 |
|
|
|
|
| 8 |
- Low memory usage (Flash Attention + Flash Forward)
|
| 9 |
- Zero memory allocations at runtime
|
| 10 |
- Runs on the CPU (Mac and Linux)
|
| 11 |
+
|
| 12 |
+
Incoming features:
|
| 13 |
+
- [Realtime audio input transcription](https://github.com/ggerganov/whisper.cpp/issues/10#issuecomment-1264665959)
|
| 14 |
+
- [Raspberry Pi support](https://github.com/ggerganov/whisper.cpp/issues/7)
|
| 15 |
+
- [Android support](https://github.com/ggerganov/whisper.cpp/issues/8)
|
| 16 |
|
| 17 |
## Usage
|
| 18 |
|