Gender detection library
Project description
Gender Detector
Gender detector is a Python library for guessing a person’s gender by his/her first name. This library is based on [beauvoir](https://github.com/jeremybmerrill/beauvoir) with support for United States, United Kingdom, Argentina and Uruguay.
This is still in beta stages, use with precaution
© 2014 Marcos Vanetta. Available under GPL2 License. See LICENSE.
Datasets
UK, from OpenGenderTracking project
US, from OpenGenderTracking project
AR, from Names query site from the goverment of the City of Buenos Aires. this is a small sample, use with precaution!.
UY, from Civil registry) in Montevideo. Same as in AR, Use with precaution!
How to use it
Nothing too fancy, just install:
pip install gender-detector
And then:
from gender_detector import GenderDetector
detector = GenderDetector('us') # It can also be ar, uk, uy.
detector.guess('Marcos') # => 'male'
TODO:
Add information about statistics
Better datasets
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gender-detector-0.1.0.tar.gz
.
File metadata
- Download URL: gender-detector-0.1.0.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e77ae49b3681b4ef192139ef0fb1cbdefbc3bfa515938d317b440f5fc7c7745 |
|
MD5 | c5fbc6addc5d6b92cde2ea78c9cfb5a5 |
|
BLAKE2b-256 | 71c1172b7dcd81e867488cf0fbc56d9f10a2a802669f0a18cafb5a368077b0d7 |