--- title: 'OpenAudit AI ' emoji: 🔍 colorFrom: purple colorTo: blue sdk: gradio sdk_version: 6.9.0 app_file: app.py pinned: true license: mit short_description: Advanced AI detection and AI Text into Human-like Content author: deveshpunjabi tags: - ai-detection - plagiarism-checker - content-analysis - education - research --- # 🔍 OpenAudit AI - Professional Content Analysis **Author:** deveshpunjabi **Version:** 1.0.0 **Date:** 2025-07-03 06:49:29 UTC Advanced AI content detection and plagiarism checking platform built with Gradio and Google Gemini AI. ## ✨ Features ### 🤖 AI Content Detection - Advanced pattern recognition algorithms - Model identification (GPT, Claude, Llama, etc.) - Confidence scoring and detailed analysis - Sentence-level breakdown - Multiple file format support (PDF, DOCX, TXT) ### 📋 Plagiarism Detection - Deep source research using Google Gemini AI - Academic database comparison - Web content analysis - Professional reporting - Source identification and similarity scoring ## 🚀 Quick Start 1. **Configure API Keys** (Required for plagiarism detection): - Set `GEMINI_API_KEY` environment variable - Get your key from [Google AI Studio](https://makersuite.google.com/app/apikey) 2. **Upload Content**: - Paste text directly or upload files (PDF, DOCX, TXT) - Supports large documents and multiple formats 3. **Run Analysis**: - Choose AI Detection or Plagiarism Checking - Get comprehensive results with detailed reports ## 🔧 Configuration ### Environment Variables ```bash GEMINI_API_KEY=your_gemini_api_key_here