Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Classification Between 6 Types
|
2 |
|
3 |
This is a Convolutional Neural Network (CNN) model trained to classify images into six categories.
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-classification
|
4 |
+
- cnn
|
5 |
+
- keras
|
6 |
+
- tensorflow
|
7 |
+
license: apache-2.0
|
8 |
+
datasets:
|
9 |
+
- custom-dataset
|
10 |
+
model_creator: suvmkr
|
11 |
+
model_name: Classification Between 6 Types
|
12 |
+
framework: tensorflow
|
13 |
+
---
|
14 |
+
|
15 |
# Classification Between 6 Types
|
16 |
|
17 |
This is a Convolutional Neural Network (CNN) model trained to classify images into six categories.
|