An open API service indexing awesome lists of open source software.

https://github.com/imdeepmind/gender-by-just-firstname

A Neural Network approach to predict gender just by FirstName.
https://github.com/imdeepmind/gender-by-just-firstname

deep-learning gender-classification gender-classification-just-by-name keras machine-learning neural-network nlp numpy pandas python3

Last synced: 4 months ago
JSON representation

A Neural Network approach to predict gender just by FirstName.

Awesome Lists containing this project

README

          

# Gender by FirstName


Preview App demostration

A Neural Network approach to predict gender just by FirstName.

## File Structure
1. `process_data.py` file contains code for basic data filtaration.
2. `utils.py` file contains some utility code
3. `data_preprocessing.py` file contains code for preprocessing
4. `model.py` file contains code for the main model
5. `predict.py` file contains code for predicting gender

This project is created using Keras, Numpy, Pandas.

To download the dataset, please visit [this](https://data.world/howarder/gender-by-name) link.