ggerganov commited on
Commit
2fab8a9
·
unverified ·
1 Parent(s): 5a9250a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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
- - Runs on a Raspberry Pi [#7](https://github.com/ggerganov/whisper.cpp/issues/7)
 
 
 
 
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