Classify the name based on given name
Project description
Gender Prediction
Now predict your Gender just from your First Name. Enter your Indian name in english alphabets and get your Gender 🙂
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
File details
Details for the file GenderPrediction-3.0.1.tar.gz.
File metadata
- Download URL: GenderPrediction-3.0.1.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 |
c29f1b15edf32e58470720efc1734d0833caa7f230f6ceedf5d0acd7b3daf741
|
|
| MD5 |
e44d11a87c1a1d0001dfa441ebc03039
|
|
| BLAKE2b-256 |
f78202a21afaec15228d2be131d8738b19f754af56bfbefb7a71fb44160d7a44
|