An open API service indexing awesome lists of open source software.

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.

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