npm

zerogpt

1.0.1 • Public • Published

ZeroGpt - AI Word Check Tool

Install

Use the stable version:

npm install zerogpt

How To Use

const ZeroGpt = require('zerogpt');
const ZeroGpts = new ZeroGpt();

ZeroGpts.score('Hi im under the water')
    .then(result => {
        console.log(result);
    })
    .catch(error => {
        console.error('Error:', error);
    });

Result

{
  success: true,
  data: {
    sentences: [],
    isHuman: 100,
    additional_feedback: 'Please input more text for a more accurate result',
    h: [],
    hi: [],
    textWords: 5,
    aiWords: 0,
    fakePercentage: 0,
    specialIndexes: [],
    specialSentences: [],
    originalParagraph: 'Hi im under the water',
    input_text: 'Hi im under the water',
    detected_language: 'en'
  },
  code: 200,
  message: 'Detection complete'
};

Readme

Keywords

Package Sidebar

Install

npm i zerogpt

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

2.33 kB

Total Files

4

Last publish

Collaborators

  • bintang73