A good rake refresher!
Part 2: How To Use Golang With API.ai Artificial Intelligence Service
Part 2 — In this article, we will try out their /tts service. In part 1 of this series we explored their /query service. Here, we will explore their/tts service which takes text and returns the generated speech (as an audio WAV file). I have created a folder “apiai” which will hold the Go source code “apiaifile.go”. … Continue reading Part 2: How To Use Golang With API.ai Artificial Intelligence Service
Part 1: How To Use Golang With API.ai Artificial Intelligence Service
Part 1 — In this article, we will try out their /query service. Api.ai is a service which provides a nice combination of both voice recognition and machine learning for developers. We shall use their free tier. Api.ai has “Domains”. Domains are a whole collection of knowledge and data structures from Api.ai that are ready for use … Continue reading Part 1: How To Use Golang With API.ai Artificial Intelligence Service
