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
Category: Tutorials
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.
Tutorial: Using Google Service Accounts With A Rails Application
While working a project, we needed to access Google calendar's API but with a difference - the application was supposed to create new event in the Google Calendar accessed by authenticated users. After a little bit of research, I came across the Google Service Accounts that allows back-end authentication using Google authorization service. Basically, these Service Accounts allows you to access Google API's … Continue reading Tutorial: Using Google Service Accounts With A Rails Application
