thepicture / is-same-guy

A Simple identity checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-same-guy

Checks if identities are same

Install

npm install --save is-same-guy

Example

const isSameGuy = require("is-same-guy");

const score = isSameGuy(
  ["test message", "test message too"],
  ["second chat message", "test message"]
);

Returns probability (0 <= probability <= 1)

Test

npm test

About

A Simple identity checker


Languages

Language:JavaScript 100.0%