From 2e4aeb3b6fdb40898e641f855ca4148f618f0af9 Mon Sep 17 00:00:00 2001 From: mesonium Date: Wed, 3 Jul 2024 20:10:00 +0200 Subject: [PATCH] Update README --- stt_voice_messages/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/stt_voice_messages/README.md b/stt_voice_messages/README.md index 70fa8f3..23d211b 100644 --- a/stt_voice_messages/README.md +++ b/stt_voice_messages/README.md @@ -32,4 +32,18 @@ Typical model sizes are in case of OpenAI Whisper: | Medium | 1.4 GB | | Large | 2.9 GB | +# TODO +- [x] Offer multiple models +- [ ] Add various model settings +- [ ] Model receiving + - [ ] Hint model download state + - [ ] Allow to change model download location + - [ ] Allow to use local models +- [ ] Database Handling + - [ ] Store transcribed messages in a DB + - [ ] Option to delete DB +- [ ] Update UI + - [ ] Make it more pretty + - [ ] Show progress bar + - [ ] Highlight words on playback