masonkmeyer / agify

A golang library for agify.io API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A golang library for agify.io API

License:MIT License


Languages

Language:Go 100.0%