Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.17 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.17 KB

Profile Predictor

This website allows you to enter in a name, and receive a prediction for age, gender, and nationality. The predictions are offered by services provided by Demografix ApS.

You can also enter in a country, or a two-digit ISO 3166-1 alpha-2 country code to get results specific to one country. See a list of supported countries and their respective country codes here.

Disclaimer

This website and the developers are not associated with Demografix ApS in any way. Demografix ApS provides public APIs used by this website to make predictions, which are genderize.io, agify.io, and nationalize.io. This software does not provide any guarantees regarding the accuracy or completeness of returned predictions.

License

This software is published under the MIT License.

Hosting the website

To run this website locally, run "npm start" in the working directory of the project. You can then access the website through a web browser at localhost:3000.