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