Machine learning APIs with Apache Groovy
At GR8Conf Europe last year, I talked about how to take advantage of the Google Cloud machine learning APIs using Apache Groovy.
With Groovy, you can call the Vision API that recognises what’s in your pictures, or reads text.
You can invoke the Natural Language API to understand the structure of your text.
With the Speech-To-Text API, you can get transcriptions of what’s been said in an audio stream, or with Text-To-Spech, you can also generate human-like voices from your own text.
Read more...