AI-powered deepfake detection for images and videos. Uses deep learning and computer vision to identify manipulated content. Supports real-time analysis via Flask API with GPU acceleration.
- Clone the repo:
git clone https://github.com/neevan0842/Deepshield-DFD.git
cd DeepShield-DFD
- Download pre-trained weights:
bash download_weights.sh
- Build Docker image:
docker build -t deepshield .
- Run the Docker container:
docker run --gpus all -d -p 5000:5000 -p 8501:8501 -v .:/workspace --name deepshield deepshield
curl -X POST -F "video=@path_to_video.mp4" http://localhost:5000/predict