Skip to content

v0.1.1

Choose a tag to compare

@TemplarKnight0622 TemplarKnight0622 released this 03 Aug 17:10
· 4 commits to main since this release

ai-text-check v0.1.1

First public release of the independent package tree.

Highlights

  • Four independent heuristic lenses (surface / mechanical / stock phrases / optional GPTZero)
  • Auto-save *_ai-check.md next to input (disable with --no-save)
  • One-line summary + experimental signal % (not a calibrated AI-writing ratio)
  • pip install -e . for txt/md; optional [doc] extras for pdf/docx/…

Install

git clone https://github.com/TemplarKnight0622/ai-text-check.git
cd ai-text-check
python3 -m venv .venv && source .venv/bin/activate
pip install -e .
ai-text-check samples/synthetic_ai_ish_ko.md

Notes

  • Not a Turnitin/GPTZero replacement.
  • Lens math unchanged from 0.1.0; 0.1.1 adds report UX and clearer lens-4 skip copy.
  • See CHANGELOG.md and README disclaimers.