Skip to content

leophagus/gender_ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gender-AI

Uses a neural network based method to predict the gender of a person from the first name. The network weights are included in the module. No external dependencies, except numpy. Weights are stored inline to make this a single file module.

Details about the network model are available here.

Usage::

>>> import gender_ai as g >>> g.predict ('Sheldon')

About

Python module for Neural Network to Predict Gender from First Name.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages