Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: image-classification
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Model Card: Fine-Tuned InceptionV3, Xception, & ResNet50 for Human Decomposition Image Classification
|
|
@@ -51,4 +52,4 @@ predictions = model.predict(img)
|
|
| 51 |
|
| 52 |
# Use argmax to get the class label
|
| 53 |
predicted_class = np.argmax(predictions, axis=1)
|
| 54 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: image-classification
|
| 3 |
+
license: apache-2.0
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card: Fine-Tuned InceptionV3, Xception, & ResNet50 for Human Decomposition Image Classification
|
|
|
|
| 52 |
|
| 53 |
# Use argmax to get the class label
|
| 54 |
predicted_class = np.argmax(predictions, axis=1)
|
| 55 |
+
```
|