Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,9 @@ tags:
|
|
| 7 |
datasets:
|
| 8 |
- DataScienceProject/Art_Images_Ai_And_Real_
|
| 9 |
library_name: keras
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Model Card for Model ID
|
|
@@ -87,7 +90,8 @@ early_stopping = EarlyStopping(monitor='val_acc',min_delta=0,patience=2,verbose=
|
|
| 87 |
|
| 88 |
## Evaluation
|
| 89 |
|
| 90 |
-
|
|
|
|
| 91 |
|
| 92 |
|
| 93 |
### Testing Data, Factors & Metrics
|
|
@@ -98,21 +102,15 @@ f1
|
|
| 98 |
confusion_matrix
|
| 99 |
accuracy
|
| 100 |
|
| 101 |
-
#### Testing Data
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
#### Factors
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
#### Metrics
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
### Results
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
|
|
|
|
| 116 |
|
|
|
|
| 117 |
|
| 118 |
-
|
|
|
|
| 7 |
datasets:
|
| 8 |
- DataScienceProject/Art_Images_Ai_And_Real_
|
| 9 |
library_name: keras
|
| 10 |
+
language:
|
| 11 |
+
- en
|
| 12 |
+
pipeline_tag: image-classification
|
| 13 |
---
|
| 14 |
|
| 15 |
# Model Card for Model ID
|
|
|
|
| 90 |
|
| 91 |
## Evaluation
|
| 92 |
|
| 93 |
+
The model takes 7-10 minutes to run , based on our dataset , equipped with pc hardware: i9 13900 , 32gb ram , rtx 3080
|
| 94 |
+
your mileage may vary.
|
| 95 |
|
| 96 |
|
| 97 |
### Testing Data, Factors & Metrics
|
|
|
|
| 102 |
confusion_matrix
|
| 103 |
accuracy
|
| 104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
### Results
|
| 106 |
+
test accuracy = 0.853
|
| 107 |
+
precision = 0.866
|
| 108 |
+
recall = 0.8357
|
| 109 |
+
f1 = 0.8509
|
| 110 |
+
|
| 111 |
|
| 112 |
+

|
| 113 |
|
| 114 |
+
#### Summary
|
| 115 |
|
| 116 |
+
The model preforms well and meet our initial goal ,thus this model can handle the task of image classification real image vs ai generated image.
|