No description
| src/ai_detection | ||
| .gitignore | ||
| .python-version | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
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