Spaces:
Sleeping
Sleeping
| 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!** π | |