Image Classification
annanau commited on
Commit
b0f0b38
·
verified ·
1 Parent(s): d1ce451

Update README.md

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