Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerald-golden/image-deepfake-detection
Image Deepfake Detection is a web app that leverages deep learning algorithms to examine images and detect if they are authentic or generated by deepfake technology. The application includes functionalities such as user login, image uploading, feature extraction from images, comparison with a pretrained model, and the classification of images.
https://github.com/jerald-golden/image-deepfake-detection
deep-learning deepfake-detection image-deepfake-detection webapp
Last synced: 2 days ago
JSON representation
Image Deepfake Detection is a web app that leverages deep learning algorithms to examine images and detect if they are authentic or generated by deepfake technology. The application includes functionalities such as user login, image uploading, feature extraction from images, comparison with a pretrained model, and the classification of images.
- Host: GitHub
- URL: https://github.com/jerald-golden/image-deepfake-detection
- Owner: Jerald-Golden
- License: mit
- Created: 2024-05-15T02:32:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T16:03:48.000Z (17 days ago)
- Last Synced: 2025-01-21T16:39:27.757Z (17 days ago)
- Topics: deep-learning, deepfake-detection, image-deepfake-detection, webapp
- Language: Python
- Homepage: https://jerald-golden.github.io/Image-Deepfake-Detection/
- Size: 33.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Deepfake Detection
Image Deepfake Detection is a robust web application designed to detect manipulated images using convolutional neural networks (CNNs).
## Features
- **Image Upload:** Users can upload images for analysis.
- **CNN Analysis:** Utilizes a pre-trained CNN model to analyze uploaded images.
- **Classification:** Determines whether the uploaded image is genuine or a deepfake.## Usage
1. **Upload Image:** Select an image file to upload for analysis.
2. **Analysis:** Wait for the system to complete the analysis process.
3. **View Result:** See the classification result indicating whether the uploaded image is genuine or a deepfake.
4. **Repeat:** Continue analyzing additional images as needed.## Contributing
Contributions to improve the application are encouraged. Feel free to submit pull requests or open issues in the GitHub repository to address any issues or suggest enhancements.
## Disclaimer
This project is developed for educational and research purposes and should not be solely relied upon for critical applications. While efforts have been made to provide accurate results, the system may have limitations and may not detect all deepfake images. It is recommended to employ multiple layers of verification for critical scenarios.
For inquiries, please contact [[email protected]].