gender-inference

Infer a person's gender from their name

Have you been collecting your customers' names, but not their genders? You're missing out in millionnnnnns of targeted ad revenue! But don't despair; with gender-inference you can infer the gender of your customers based on their names - getting you that targeted ad hit in > 90% of cases.

The API is dead simple. Add this to your gemfile:

gem 'gender-inference'

And simply call the infer method like this:

GenderInference.infer("Russell Dunphy")

Happy inferencing!