--- 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!** 🚀