{"id":19224686,"url":"https://github.com/khanh1998/vietnamese-name-api","last_synced_at":"2026-04-19T02:01:29.328Z","repository":{"id":132668719,"uuid":"317212892","full_name":"khanh1998/vietnamese-name-api","owner":"khanh1998","description":"An NLP project specializes in Vietnamese name","archived":false,"fork":false,"pushed_at":"2020-11-30T12:54:04.000Z","size":9080,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-25T21:44:24.474Z","etag":null,"topics":["bert","flask","lstm","pytorch"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/khanh1998.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-30T12:13:03.000Z","updated_at":"2023-06-02T07:05:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"1b16822c-4557-40ba-9641-30909e2ba91c","html_url":"https://github.com/khanh1998/vietnamese-name-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/khanh1998/vietnamese-name-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanh1998%2Fvietnamese-name-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanh1998%2Fvietnamese-name-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanh1998%2Fvietnamese-name-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanh1998%2Fvietnamese-name-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khanh1998","download_url":"https://codeload.github.com/khanh1998/vietnamese-name-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanh1998%2Fvietnamese-name-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274915580,"owners_count":25373193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bert","flask","lstm","pytorch"],"created_at":"2024-11-09T15:12:32.383Z","updated_at":"2026-04-19T02:01:24.274Z","avatar_url":"https://github.com/khanh1998.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Predict the gender of a Vietnamese name\nLSTM version: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/16dUaD15aL86htijqE6hlBvf6KiJ26RMU)  \nBERT version: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1-XxeLfPBermYxKJxeQNHMsTCdllGFmQg)  \nThe version of the deployed model is a two-layer bidirectional LSTM.  \nSend a POST request to https://gender-regconition.herokuapp.com/gender with only one parameter named `names` which contains names separated by a comma. The response is the probability of the name being male or female.  \nExample: https://gender-regconition.herokuapp.com/gender?names=quốc khánh,nguyễn thanh nhàn,hương,lan hương  \nResponse:  \n```json\n{\n    \"result\": [\n        [\n            \"quốc khánh\",\n            \"nam\",\n            99.99995422363281\n        ],\n        [\n            \"nguyễn thanh nhàn\",\n            \"nữ\",\n            99.87543487548828\n        ],\n        [\n            \"hương\",\n            \"nam\",\n            61.728614807128906\n        ],\n        [\n            \"lan hương\",\n            \"nữ\",\n            97.12590789794922\n        ]\n    ]\n}\n```\n# Generate names\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/10TScnpluI6Cgfw3wqb0moDWxHXxRFvD3)  \nCharacter level base, four layers LSTM.  \nHere a some generated names by the model with seed `b`:\nbùi chí công\u003cpad\u003e  \nbùi kiên giang\u003cpad\u003e  \nbùi lọ khuê\u003cpad\u003e  \nbùi sơn lâm\u003cpad\u003e  \nbùi bảo lễ\u003cpad\u003e  \nbùi ngọc khanh\u003cpad\u003e  \nbùi thanh hoa\u003cpad\u003e  \nbùi văn nhật\u003cpad\u003e  \nbùi thành nhung\u003cpad\u003e  \nbùi hoài giang\u003cpad\u003e  \n\nThe model has not deployed yet.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhanh1998%2Fvietnamese-name-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhanh1998%2Fvietnamese-name-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhanh1998%2Fvietnamese-name-api/lists"}