dima806 commited on
Commit
8ec6932
1 Parent(s): 31b3c10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -4,4 +4,19 @@ metrics:
4
  - accuracy
5
  - f1
6
  ---
7
- See https://www.kaggle.com/code/dima806/deepfake-vs-real-faces-detection-vit for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - accuracy
5
  - f1
6
  ---
7
+ Checks whether an image is real or fake (AI-generated).
8
+
9
+ See https://www.kaggle.com/code/dima806/deepfake-vs-real-faces-detection-vit for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ Real 0.9933 0.9937 0.9935 4761
17
+ Fake 0.9937 0.9933 0.9935 4760
18
+
19
+ accuracy 0.9935 9521
20
+ macro avg 0.9935 0.9935 0.9935 9521
21
+ weighted avg 0.9935 0.9935 0.9935 9521
22
+ ```