Skip to content

In this project, I used the Fuzzy python library for implementing common phonetic algorithms quickly. Typically this is in string similarity exercises, but they’re pretty versatile. In this project, I used the Python package Fuzzy to find out the genders of authors that have appeared in the New York Times Best Seller list for Children's Picture …

License

Notifications You must be signed in to change notification settings

0xpranjal/Gender-Prediction-Using-Sound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GENDER PREDICTION USING SOUND

The same name can be spelled out in a many ways (for example, Marc and Mark, or Elizabeth and Elisabeth). Sound can, therefore, be a better way to match names than spelling. In this project, we use the Python package Fuzzy to find out the genders of authors that have appeared in the New York Times Best Seller list for Children's Picture books.

Fuzzy is a python library implementing common phonetic algorithms quickly. Typically this is in string similarity exercises, but they’re pretty versatile.

It uses C Extensions (via Cython) for speed.

First, using fuzzy (sound) name matching, you will search for author names in a dataset provided by the US Social Security Administration that contains names and genders of all individuals who have applied for Social Security Cards. Next, we'll aggregate the author dataset by including gender. Finally, we will use the new dataset to plot the gender distribution of children's picture books authors over time.

Technologies used:

  1. Pandas DataFrames
  2. Numpy for basic statistics
  3. Matplotlib for plotting.

About

In this project, I used the Fuzzy python library for implementing common phonetic algorithms quickly. Typically this is in string similarity exercises, but they’re pretty versatile. In this project, I used the Python package Fuzzy to find out the genders of authors that have appeared in the New York Times Best Seller list for Children's Picture …

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published