masonkmeyer / genderize

A client for the genderize.io API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Report Build

Genderize

Genderize is a go client for the genderize.io API.

Examples

You can use this library to call the API client.

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

This client also supports batch predictions.

About

A client for the genderize.io API

License:MIT License


Languages

Language:Go 100.0%