Classify the name based on given name
Project description
Gender Prediction
Now predict your Gender just from your First Name.
Example Code:
- Predict for Single Name:
from GenderPrediction.gender_prediction import GenderPredictor
input_name = 'ENTER YOUR NAME'
gp = GenderPredictor(name=input_name)
print(gp.predict())
- Predict in Batch:
from GenderPrediction.gender_prediction import GenderPredictor
input_name = '[ENTER MULTIPLE NAMES IN A LIST]'
gp = GenderPredictor(name=input_name)
print(gp.batch_predict())
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
GenderPrediction-3.0.tar.gz
(1.8 MB
view details)
File details
Details for the file GenderPrediction-3.0.tar.gz.
File metadata
- Download URL: GenderPrediction-3.0.tar.gz
- Upload date:
- Size: 1.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5a40282e0a45bba8dbc5a79e6543a1586f40dd267648cb358459ff058d4c23c
|
|
| MD5 |
6b16a7fe479d477a58d8b54c7d336f05
|
|
| BLAKE2b-256 |
0038ce6244b532a7c80a6bcda6ad4eacb48db8dc42080cdba427b16692440da3
|