dima806's picture
Update README.md
67227a1 verified
|
raw
history blame
No virus
563 Bytes
metadata
license: apache-2.0
metrics:
  - accuracy
  - f1

Checks whether an image is real or fake (AI-generated).

See https://www.kaggle.com/code/dima806/deepfake-vs-real-faces-detection-vit for more details.

Classification report:

              precision    recall  f1-score   support

        Real     0.9925    0.9929    0.9927     38080
        Fake     0.9929    0.9925    0.9927     38081

    accuracy                         0.9927     76161
   macro avg     0.9927    0.9927    0.9927     76161
weighted avg     0.9927    0.9927    0.9927     76161