Dataset Link - https://drive.google.com/file/d/1ETlx_ym7QLCHCXF3sBeTGqts-uwFISHa/view?usp=drive_link
This project focuses on detecting and preventing deepfake attacks using advanced methodologies. Deepfakes, generated through AI-based techniques, pose significant security threats, making it crucial to develop robust detection mechanisms.
- Identification of deepfake-generated images and videos
- Implementation of machine learning techniques for detection
- Prevention mechanisms to mitigate deepfake threats
- Clone this repository:
git clone <repository-url>
- Install the required dependencies:
pip install -r requirements.txt
- Run the project:
python main.py
- Input deepfake media files for analysis.
- The system provides a confidence score regarding the authenticity of the content.
- Possible countermeasures can be applied based on detection results.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a feature branch (
feature-branch). - Commit your changes.
- Submit a pull request.