From: Georgi Gerganov Date: Sun, 2 Oct 2022 15:19:22 +0000 (+0300) Subject: Update README.md X-Git-Tag: upstream/1.7.4~2005 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d71e567656f2cd373235e262dc97b811ca64afdf;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md --- diff --git a/README.md b/README.md index 92795694..ecf30de9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp - Low memory usage (Flash Attention + Flash Forward) - Zero memory allocations at runtime - Runs on the CPU (Mac and Linux) -- Runs on a Raspberry Pi [#7](https://github.com/ggerganov/whisper.cpp/issues/7) + +Incoming features: +- [Realtime audio input transcription](https://github.com/ggerganov/whisper.cpp/issues/10#issuecomment-1264665959) +- [Raspberry Pi support](https://github.com/ggerganov/whisper.cpp/issues/7) +- [Android support](https://github.com/ggerganov/whisper.cpp/issues/8) ## Usage