Image Classification
KerasHub
prasadsachin commited on
Commit
5d3dd71
1 Parent(s): 1f7fbec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
2
  library_name: keras-hub
 
 
 
3
  ---
4
  ## Model Overview
5
  Instantiates the ResNetV2 architecture. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
@@ -90,4 +93,4 @@ The following model checkpoints are provided by the Keras team. Weights have bee
90
 
91
  # User timm presets directly from hugingface
92
  model = keras_hub.models.ImageClassifier.from_preset('hf://timm/resnetv2_101.a1h_in1k')
93
- ```
 
1
  ---
2
  library_name: keras-hub
3
+ license: apache-2.0
4
+ tags:
5
+ - image-classification
6
  ---
7
  ## Model Overview
8
  Instantiates the ResNetV2 architecture. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
 
93
 
94
  # User timm presets directly from hugingface
95
  model = keras_hub.models.ImageClassifier.from_preset('hf://timm/resnetv2_101.a1h_in1k')
96
+ ```