Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macintushar/spkr-voice-keyboard
SPKR is a keyboard app that turns voice input into translated text.
https://github.com/macintushar/spkr-voice-keyboard
accessibility android firebase java translate
Last synced: 13 days ago
JSON representation
SPKR is a keyboard app that turns voice input into translated text.
- Host: GitHub
- URL: https://github.com/macintushar/spkr-voice-keyboard
- Owner: macintushar
- License: mit
- Created: 2023-08-26T05:46:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T16:43:30.000Z (about 1 year ago)
- Last Synced: 2024-11-16T23:13:51.183Z (2 months ago)
- Topics: accessibility, android, firebase, java, translate
- Language: Java
- Homepage:
- Size: 57.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SPKR-Voice-Keyboard
# Using
Find the latest release from the releases page and download and install the APK.# Building
To build this project for yourself, you need to do the following steps:
1. create a folder called assets in `SPKRVoiceKeyboard/app/src/main/`
2. Add a file called credentials.json and add the following value:
```
{
"APIKEY": "API_KEY_FROM_GOOGLE-CLOUD-PLATFORM"
}
```
To get the API KEY, please follow this blog post I made.
3. Go to Firebase and create a new Android Project, get the google-services.json file and store it in the `/app` folder
4. Use AndroidStudio to build the App