Skip to content

A project able to differentiate between REAL and FAKE images.

Notifications You must be signed in to change notification settings

cyb0rg14/fake-image-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guide to start running this locally

Download all the required packages:

pip install -r requirements.txt

Run the server:

python server.py

Go to URL "http://0.0.0.0:8000", upload your image and get the prediction.


To train this model locally on your machine, you could execute following command:

python model.py

I have only used 1000 images from each class (FAKE and REAL) from the original dataset to train this model. You could also try training it on more images. To download the original dataset click here.

About

A project able to differentiate between REAL and FAKE images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages