urmom.js
A JS library that detects if there is a “ur mom” or a “yo mama” joke with AI.
Install
npm i urmom.js
Usage
This is an example usage:
const UrMom = require("urmom.js");
var mom = new UrMom();
mom.Init();
console.log(mom.Check("ur mom so fat"));
Expected output:
{ result: true, number: 0.9818620681762695 }