name-gender-classifier-ko

6.8K
license:apache-2.0
by
solonsophy
Embedding Model
OTHER
New
7K downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Code Examples

Model Descriptionpythontransformers
from transformers import pipeline

classifier = pipeline("text-classification", model="solonsophy/name-gender-classifier-ko")

# Korean names
classifier("민준")     # → male
classifier("서연")     # → female
classifier("김민준")   # → male

# English names  
classifier("James")    # → male
classifier("Emma")     # → female

# Cross-cultural names
classifier("다니엘")   # → male
classifier("소피아")   # → female

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.