Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ This model is designed for classifying images as either 'real' or 'fake-Ai gener
|
|
19 |
Our goal is to accurately classify the source of the image with at least 85% accuracy and achieve at least 80% in the Recall test.
|
20 |
|
21 |
|
22 |
-
|
23 |
|
24 |
### Model Description
|
25 |
|
@@ -52,17 +52,12 @@ Test this model with different hyperparameters / more CNN layers
|
|
52 |
|
53 |
## How to Get Started with the Model
|
54 |
|
55 |
-
Prepare Data: Organize your images into appropriate folders and
|
56 |
-
Train the Model: Use the provided code to train the model on your dataset.
|
57 |
-
Evaluate: Test the model on a separate set of images to assess performance.
|
58 |
|
59 |
|
60 |
## Training Details
|
61 |
|
62 |
|
63 |
-
|
64 |
-
### Training Data
|
65 |
-
|
66 |
-Dataset: DataScienceProject/Art_Images_Ai_And_Real_
|
67 |
|
68 |
-Preprocessing: Images are resized, image quallity changed , ELA version of this image created.
|
|
|
19 |
Our goal is to accurately classify the source of the image with at least 85% accuracy and achieve at least 80% in the Recall test.
|
20 |
|
21 |
|
22 |
+
|
23 |
|
24 |
### Model Description
|
25 |
|
|
|
52 |
|
53 |
## How to Get Started with the Model
|
54 |
|
55 |
+
Prepare Data: Organize your images into appropriate folders and run the code
|
|
|
|
|
56 |
|
57 |
|
58 |
## Training Details
|
59 |
|
60 |
|
|
|
|
|
|
|
61 |
-Dataset: DataScienceProject/Art_Images_Ai_And_Real_
|
62 |
|
63 |
-Preprocessing: Images are resized, image quallity changed , ELA version of this image created.
|