Image Classification
Keras
benjaminStreltzin commited on
Commit
5e118d2
·
verified ·
1 Parent(s): 7d41b2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 Recall test.
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