-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,20 @@ | ||
<img align="left" width="80" height="80" | ||
src="app/src/main/ic_launcher-playstore.png" alt="App icon"> | ||
|
||
## Sayboard | ||
# Sayboard | ||
|
||
This project provides a voice keyboard using [Vosk](https://alphacephei.com/vosk/android). | ||
It is based on [https://github.com/Felicis/vosk-android-demo](https://github.com/Felicis/vosk-android-demo). | ||
|
||
## Roadmap | ||
- Keyboard UI | ||
- [x] Customize keyboard colors. | ||
- [ ] Light and dark theme. | ||
- [ ] Punctuation buttons | ||
- Keyboard Logic | ||
- [ ] Auto capitalization | ||
- [ ] Delete whole words at a time | ||
|
||
Note: prior to commit [Multiple language support!](https://github.com/ElishaAz/Sayboard/commit/9d61c774e6eb623c2b8603a85a5bd73d98ab9af1), | ||
this repository had another gradle model named `models`. As it is large and not needed anymore, I removed it from git history. | ||
If you want to use any earlier commits, you can find it [here](https://github.com/Felicis/vosk-android-demo/tree/master/models). | ||
If you want to use any earlier commits, you can find it [here](https://github.com/Felicis/vosk-android-demo/tree/master/models). |