Nortix commited on
Commit
c66a99a
·
verified ·
1 Parent(s): 4aef747

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -1,14 +1,14 @@
1
- ---
2
- title: Ai Text Detector
3
- emoji: 💻
4
- colorFrom: purple
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.31.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: Detect whether a piece of text was written by a human or AI
12
- ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ # AI Text Detector
2
+
3
+ A beautiful and powerful interface to detect if text is written by AI or a human.
4
+ Powered by Roberta-base from Hugging Face and hosted using Gradio Spaces.
5
+
6
+ ## Features
7
+
8
+ - Color-coded results
9
+ - JSON-style breakdown
10
+ - Verdict indicator (AI, Human, Mixed)
11
+
12
+ ## Model
13
+
14
+ Using: `roberta-base-openai-detector`