Skip to content

Android implementation of an English -> French translator.

License

Notifications You must be signed in to change notification settings

desilvamatt/speech-tranlation-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Translation Nation

A simple android implementation of an English ▶️ French translator using the Google Cloud Translation API.

Cloud Translation

Since the Cloud Java client libraries do not currently support Android, the translated text is obtained by sending an HTTP GET request to the https://www.googleapis.com/language/translate/v2 Service.

Using the Application

  • Add your own API key on Line 39 of: SpeechTranslationApp/app/src/main/java/com/example/speechtranslationapp/MainActivity.java
  • Launch the application
  • Tap on the bubbles to prompt speech input
  • Say something in English
  • Wait for the response

Application

Before Speech Input After Speech Input
Default Example

About

Android implementation of an English -> French translator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages