aafanasev / ms-emotions-go

Go client for Emotions API by Microsoft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go client for Emotions API by Microsoft

Use

Create API client

emo := emotions.NewClient(emotionsAPIKey)

Get emotions from URL

faces, err := emo.GetEmotions(photoURL)

Install

Add to import

"github.com/aafanasev/ms-emotions-go"

About

Go client for Emotions API by Microsoft

License:Apache License 2.0


Languages

Language:Go 100.0%