This is an artificial intelligence model to predict gender by name, if you know a way to improve the model send me a message
"cristhian" -> male
"maria claudia" -> female
git clone https://github.com/Crisfon6/cf6Gender.git
virtualenv env
source env/bin/activate
.\test\Scripts\activate
pip3 install -r requirements.txt
this for import Cf6Gender
touch __init__.py
from Cf6Gender import get_gender
print (get_gender ('cristhian'))
>>> male