Genderize is a go client for the genderize.io API.
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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Genderize is a go client for the genderize.io API.
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.