AI含量检测工具 - 检测文本AI生成占比,输出0-10级客观分级 | AI Content Detector - Detect AI-generated text with 0-10 objective grading
一款双语AI含量检测工具,分析文本并输出AI生成内容占比的0-10级客观分级。
A bilingual AI content detection tool that analyzes text and outputs an objective 0-10 grading scale for AI-generated content proportion.
bash
pip install -r requirements.txt
python
from scripts.detector import AIDensityDetector
detector = AIDensityDetector()
result = detector.detect(Your text here / 你的文本)
print(fAI含量等级: {result[level]}/10)
print(f置信度: {result[confidence]})
完整文档请查看 README.md / See README.md for full documentation.
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 ai-density-1776102963 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 ai-density-1776102963 技能
skillhub install ai-density-1776102963
文件大小: 16.1 KB | 发布时间: 2026-4-14 15:59