This repository provides two methods for detecting AI-generated text:
- 🧠 Implements the DetectGPT algorithm.
- 🌐 Compatible with all AI-generated text.
- ⚡ Includes an integration with Gradio, allowing the notebook to be deployed as a website within seconds.
- 💻 Suggested Hardware: T4 GPU for optimal performance.
- 📄 Inspired by the GLTR paper.
- 📊 Uses the rank and probabilities of tokens for detection.
⚠️ Limitations: Works only with ChatGPT-generated text.- 🔑 Requires access to token probabilities for effective functionality.
- 🌍 DetectGPT works universally across different AI models.
- 🎨 The repository includes an easy-to-use Gradio interface for deployment.
- 🚀 T4 GPU is recommended for running the notebooks effectively.