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.