Spaces:
Running
Running
add text
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: AI Text Detection
|
3 |
-
emoji:
|
4 |
colorFrom: gray
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
@@ -12,3 +12,70 @@ short_description: Detects AI-generated text
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: AI Text Detection
|
3 |
+
emoji: π»
|
4 |
colorFrom: gray
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
15 |
+
|
16 |
+
# AI Text Detection
|
17 |
+
|
18 |
+
π **AI Text Detection** is a Hugging Face Space that leverages state-of-the-art AI models to analyze and detect whether a given text is AI-generated or human-written. It provides an easy-to-use interface and accurate classification results.
|
19 |
+
|
20 |
+
---
|
21 |
+
|
22 |
+
## β¨ Features
|
23 |
+
|
24 |
+
β
**AI-Powered Text Analysis** β Detect AI-generated text with high accuracy.
|
25 |
+
β
**User-Friendly Interface** β Simple and interactive UI for seamless detection.
|
26 |
+
β
**Real-Time Processing** β Get results instantly.
|
27 |
+
β
**Detailed Probability Score** β View sentence-wise AI probability.
|
28 |
+
β
**CSV Export** β Download the analysis results in CSV format.
|
29 |
+
|
30 |
+
---
|
31 |
+
|
32 |
+
## π§ How to Use
|
33 |
+
|
34 |
+
1οΈβ£ **Visit the Space**: [AI Text Detection](https://huggingface.co/spaces/wangoes-dev/AI-Text-Detection)
|
35 |
+
2οΈβ£ **Enter Your Text**: Paste the text you want to analyze.
|
36 |
+
3οΈβ£ **Click Detect**: The model will analyze and classify each sentence.
|
37 |
+
4οΈβ£ **Review Results**: View the AI probability scores.
|
38 |
+
5οΈβ£ **Download CSV**: Save the results for further analysis.
|
39 |
+
|
40 |
+
---
|
41 |
+
|
42 |
+
## π¦ Installation (Local Setup)
|
43 |
+
|
44 |
+
To run this project locally, follow these steps:
|
45 |
+
|
46 |
+
```bash
|
47 |
+
# Clone the repository
|
48 |
+
git clone https://huggingface.co/spaces/wangoes-dev/AI-Text-Detection
|
49 |
+
cd AI-Text-Detection
|
50 |
+
|
51 |
+
# Install dependencies
|
52 |
+
pip install -r requirements.txt
|
53 |
+
|
54 |
+
# Run the application
|
55 |
+
python app.py
|
56 |
+
```
|
57 |
+
|
58 |
+
---
|
59 |
+
|
60 |
+
## π οΈ Technologies Used
|
61 |
+
|
62 |
+
- **Hugging Face Transformers** β AI-based text classification.
|
63 |
+
- **Gradio** β Interactive web interface.
|
64 |
+
- **Python** β Backend processing.
|
65 |
+
|
66 |
+
---
|
67 |
+
|
68 |
+
## π€ Contributing
|
69 |
+
|
70 |
+
We welcome contributions! Feel free to submit issues or pull requests to improve the project.
|
71 |
+
|
72 |
+
---
|
73 |
+
|
74 |
+
## π License
|
75 |
+
|
76 |
+
This project is licensed under the **Apache-2.0 License**.
|
77 |
+
|
78 |
+
---
|
79 |
+
|
80 |
+
π‘ **Experience accurate AI text detection with our tool today!** π
|
81 |
+
|