1.0.2 • Published 5 years ago

@nelsonomuto/gender-info v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

Gender-info

Determine the gender of a name using javascript api.

Artificial intelligence via synaptic library.

gender-info 2018-12-23 09_12_26

Getting started

Install via npm install @nelsonomuto/gender-info

###Server side Example

const getGenderInfo =  require('@nelsonomuto/gender-info');

console.log(getGenderInfo('Ben Simmons'));
// { male: true, female: false, certainty: '76%'}

Client side Example

TBD

Local development

  • Use yarn yarn install

Train the algorithm

Run yarn train

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago