fardinabbasi/ML_Fake_Image_Detection
Detecting fake images using machine learning, involving feature extraction from real and AI-generated images, and implementing various classification models such as Random Forest, SVM, and Logistic Regression to accurately distinguish between real and fake images.
This project helps identify whether an image is real or generated by AI, such as Stable Diffusion or DALL.E. You provide a collection of images, and it outputs a classification indicating if each image is 'real' or 'fake'. This is ideal for content moderators, journalists, or anyone needing to verify the authenticity of images.
No commits in the last 6 months.
Use this if you need to automatically detect AI-generated images within a large dataset, particularly for natural scenes like seas, mountains, and jungles.
Not ideal if you need to detect manipulated real images or identify deepfakes of human faces, as its focus is on distinguishing purely AI-generated scenic images from real ones.
Stars
9
Forks
1
Language
Jupyter Notebook
License
—
Category
Last pushed
Aug 13, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/fardinabbasi/ML_Fake_Image_Detection"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
aaronchong888/DeepFake-Detect
Open-source deepfake detection: train your own model with TensorFlow, Keras & EfficientNet
abhijithjadhav/Deepfake_detection_using_deep_learning
This projects aims in detection of video deepfakes using deep learning techniques like RestNext...
dessa-oss/DeepFake-Detection
Towards deepfake detection that actually works
davide-coccomini/Combining-EfficientNet-and-Vision-Transformers-for-Video-Deepfake-Detection
Code for Video Deepfake Detection model from "Combining EfficientNet and Vision Transformers for...
afsalashyana/FakeImageDetection
Fake Image Detection Using Machine Learning