Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,19 @@ metrics:
|
|
4 |
- accuracy
|
5 |
- f1
|
6 |
---
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- accuracy
|
5 |
- f1
|
6 |
---
|
7 |
+
Checks whether the image is real or fake (AI-generated).
|
8 |
+
|
9 |
+
See https://www.kaggle.com/code/dima806/cifake-ai-generated-image-detection-vit for more details.
|
10 |
+
|
11 |
+
```
|
12 |
+
Classification report:
|
13 |
+
|
14 |
+
precision recall f1-score support
|
15 |
+
|
16 |
+
REAL 0.9871 0.9808 0.9839 6000
|
17 |
+
FAKE 0.9810 0.9872 0.9841 6000
|
18 |
+
|
19 |
+
accuracy 0.9840 12000
|
20 |
+
macro avg 0.9840 0.9840 0.9840 12000
|
21 |
+
weighted avg 0.9840 0.9840 0.9840 12000
|
22 |
+
```
|