wangoes-dev commited on
Commit
1f7c942
Β·
verified Β·
1 Parent(s): f326b05
Files changed (1) hide show
  1. README.md +68 -1
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
+