Skip to content

masonkmeyer/agify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Build

Agify

Agify is a go client for the agify.io api.

Examples

You can use this library to call the API client.

client := agify.NewClient()
prediction, rateLimit, err := client.Predict("michael")

This client also supports predictions by country and batch predictions.