🔍 Deepfake Detection using AI — Identify manipulated media with high accuracy using CNN-based models and real-world datasets. Built for research, demo, and ethical use.

2 Open Issues Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub
AI/ML Deepfake Detection

AI Summary: Modify the `run.sh` script to accept a dynamic port number as a command-line argument. The script should use a default port (e.g., 8080) if no port is specified. Update documentation to reflect this change.

Complexity: 2/5
bug good first issue

🔍 Deepfake Detection using AI — Identify manipulated media with high accuracy using CNN-based models and real-world datasets. Built for research, demo, and ethical use.

TypeScript
AI/ML Deepfake Detection

AI Summary: Modify the `run.sh` script to correctly stop the frontend process (likely a React/Vite application) alongside the other services (FastAPI, Prometheus, Grafana). This likely involves identifying the frontend's process ID and using a command like `kill` to terminate it.

Complexity: 2/5
bug good first issue

🔍 Deepfake Detection using AI — Identify manipulated media with high accuracy using CNN-based models and real-world datasets. Built for research, demo, and ethical use.

TypeScript