You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Daniele Gobbetti 18702ed999 Add buttons for punctuation and space
also replace back arrow with globe (for IME switching)
2 years ago
app Add buttons for punctuation and space 2 years ago
gradle/wrapper First commit 2 years ago
.gitignore First commit 2 years ago
LICENSE First commit 2 years ago
README.md Basic functioning IME 2 years ago
build.gradle Bump kotlin_version 2 years ago
gradle.properties First commit 2 years ago
gradlew First commit 2 years ago
gradlew.bat First commit 2 years ago
settings.gradle First commit 2 years ago

README.md

About

This project implements offline speech recognition for Android using the vosk API.

Roadmap (in no particular order)

  • speech input support
  • multiple languages support
  • multiple models for the same language (with grammars?)
  • link the settings activity to the speech input settings (android system settings)
  • make the app build reproducible
  • (maybe) register to handle zip files and decompress the models
  • (maybe) allow to delete installed models
  • (maybe) add a speech IME

Contributing

This is a project I work on in my spare time, for my own use case and with my own schedule and priorities. Maintaining a community project is a hard work, that I know for having helped in doing it in the past. I am not looking forward to repeating that experience right now. This is the reason of issues and PR being closed in this repository.