No description
Find a file
2025-12-15 10:59:44 +01:00
src/ai_detection added reading from file 2025-12-15 10:59:44 +01:00
.gitignore initial commit 2025-12-15 10:52:00 +01:00
.python-version initial commit 2025-12-15 10:52:00 +01:00
pyproject.toml initial commit 2025-12-15 10:52:00 +01:00
README.md added reading from file 2025-12-15 10:59:44 +01:00
uv.lock initial commit 2025-12-15 10:52:00 +01:00

AI Text Detection

Predicts likelihood of AI-generated text using desklib/ai-text-detector-v1.01 and a fine-tuned version of microsoft/deberta-v3-large.


Usage

Install

uv tool install .
# or editable
uv tool install -e .

Uninstall

uv tool uninstall ai-detect

Run

ai-check foo bar
ai-check "some text"
ai-check < some_file.txt