An advanced, full-stack content verification platform designed to combat deepfakes and synthetic media. It provides a clean web interface where users can analyze both text blocks and images simultaneously to detect AI-generated content with high precision.
- Backend: Python, Flask, Flask-CORS
- Frontend: HTML5, CSS3, JavaScript (ES6)
Separate, specialized processing streams handle text analysis and image analysis simultaneously. A real-time statistical dashboard dynamically tracks total scan counts, AI-flagged detections, and human-content ratios.
Run this command in your terminal:
pip install flask flask-corsRun this command in your terminal:
python backend/app.pyOnce the server is running, open your web browser and navigate to:
http://127.0.0.1:5000