Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huyng12/gender-predictor
Predict the gender of Vietnamese names
https://github.com/huyng12/gender-predictor
Last synced: 25 days ago
JSON representation
Predict the gender of Vietnamese names
- Host: GitHub
- URL: https://github.com/huyng12/gender-predictor
- Owner: huyng12
- Created: 2021-11-04T13:51:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T01:00:09.000Z (almost 3 years ago)
- Last Synced: 2024-01-14T13:10:02.577Z (10 months ago)
- Language: TypeScript
- Homepage: https://gender-predictor.nguyenrk.com
- Size: 3.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## gender-predictor: Predict gender of Vietnamese names
This repository is for educational purpose, please
do not use in production.### Models
This project contains our trained models to predict gender
of Vietnamese names. Currently have Multinomial NB, Logistic
Regression, Decision Tree and k-Nearest Neighbours. We are
working on SVM and Random Forest.### Datasets
[UIT-ViNames (version 1.0) - Vietnamese Name Dataset](https://sites.google.com/uit.edu.vn/uit-nlp/datasets-projects#h.fwbmoe3z2snh)
### Technologies
- Machine Learning: scikit-learn, Pandas, Pickle.
- API Server: Flask, Gunicorn.
- Website: React, MoaiJS, React Icons, Axios, Vite.### Team
1. Nguyen Minh Huy
2. Pham Thanh Phong