A local Deepfake Detection project built using AI and computer vision techniques to identify manipulated or AI-generated facial media.
This project analyzes images/videos and detects whether the content is real or fake based on patterns learned through machine learning models. The entire system runs locally, making it privacy-friendly and independent of cloud services.
- Detects deepfake/manipulated media
- Runs completely on local machine
- Fast and lightweight
- Uses deep learning and computer vision
- Beginner-friendly project structure
- Python
- OpenCV
- TensorFlow / PyTorch
- NumPy
This project was created for learning and exploring how deepfake detection works in real-world AI applications and digital forensics.