https://github.com/bagiasn/voice-of-nasa
Nasa's voice is a voice-enabled, text/audio-based, educational game.
https://github.com/bagiasn/voice-of-nasa
android nasa-spaceapps-challenge speech-recognition text-to-speech
Last synced: about 1 month ago
JSON representation
Nasa's voice is a voice-enabled, text/audio-based, educational game.
- Host: GitHub
- URL: https://github.com/bagiasn/voice-of-nasa
- Owner: bagiasn
- Created: 2018-10-22T16:43:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T17:11:13.000Z (over 6 years ago)
- Last Synced: 2025-01-30T07:13:00.988Z (3 months ago)
- Topics: android, nasa-spaceapps-challenge, speech-recognition, text-to-speech
- Language: Java
- Homepage:
- Size: 446 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Voice of NASA
Nasa's voice is a voice-enabled, text/audio-based, educational game.
It was developed during the NASA Space Apps Challenge hackathon.
Its aim is to raise awareness for climate change by educating kids in a more fun and interactive way.
## Build with
Android Studio##### Core libraries
* [Retrofit](https://github.com/square/retrofit) - API networking
* [Moshi](https://github.com/square/moshi) - JSON Serialization
* [Glide](https://github.com/bumptech/glide) - Image loading
* [TTS](https://developer.android.com/reference/android/speech/tts/TextToSpeech) - Using the native Android library (TextToSpeech)
* [Speech Recognition](https://developer.android.com/reference/android/speech/SpeechRecognizer) - Using the native Android library (SpeechRecognizer)##### UI libraries
Mostly widgets from the Android Support Library and* [Loading Indicator](https://github.com/81813780/AVLoadingIndicatorView) - AVLoadingIndicatorView