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

Want To Recognize NSFW Images? Use Go & Clarifai API.

The ‘Not Safe For Work’ (NSFW) model analyzes images and videos and returns probability scores on the likelihood that the image or video contains pornography. For those of you who don’t know what NSFW is, we’re talking about Not Safe For Work. R-rated content. Stuff that would probably get you fired if you were looking … Continue reading Want To Recognize NSFW Images? Use Go & Clarifai API.