Skip to content

masonkmeyer/genderize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.