ai-detector

0.0.4 • Public • Published

npm Node.js Package MIT License ai-detector npm downloads

🧠 AI Detector

AI Detector is a command-line tool designed to analyze code and determine the likelihood that it was generated by an AI model. It leverages the power of OpenAI's API to evaluate code samples. Currently, the tool uses a general-purpose model, but it's expected that a specialized model for detecting AI-generated code will be introduced in the future, which will enhance the accuracy of the tool.

Usage

npx ai-detector [options]
or 
bunx ai-detector [options]

Options

Options:
  -V, --version                               output the version number
  -f, --file <path>                           Analyze the specified file
  -d, --dir <path>                            Analyze the specified directory
  -r, --reset                                 Reset the configuration
  -h, --help                                  display help for command

Package Sidebar

Install

npm i ai-detector

Weekly Downloads

5

Version

0.0.4

License

none

Unpacked Size

2.32 MB

Total Files

3

Last publish

Collaborators

  • rsaryev