Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ pipeline_tag: image-classification
|
|
| 9 |
|
| 10 |
This project provides a Convolutional Neural Network (CNN) model for classifying images as either 'real art' or 'fake art'.
|
| 11 |
CNN is a type of deep learning model specifically designed to process and analyze visual data by applying convolutional layers that automatically detect patterns and features in images.
|
| 12 |
-
Our goal is to accurately classify the source of the image with at least 85% accuracy and achieve at least 80% in the
|
| 13 |
|
| 14 |
***Installation instructions***
|
| 15 |
|
|
|
|
| 9 |
|
| 10 |
This project provides a Convolutional Neural Network (CNN) model for classifying images as either 'real art' or 'fake art'.
|
| 11 |
CNN is a type of deep learning model specifically designed to process and analyze visual data by applying convolutional layers that automatically detect patterns and features in images.
|
| 12 |
+
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.
|
| 13 |
|
| 14 |
***Installation instructions***
|
| 15 |
|