Open Issues Need Help
View All on GitHubAI 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.
🔍 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.
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.
🔍 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.