prasadsachin commited on
Commit
90cb12b
1 Parent(s): ca31b21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  library_name: keras-hub
 
 
 
 
3
  ---
4
  ## Model Overview
5
  DenseNet is a convolution network which densely connects each layer to every other layer in a feed-forward fashion. The model was originally evaluated on four object recognition benchmark tasks (CIFAR-10, CIFAR-100, SVHN, and ImageNet). See the model card below for benchmarks, data sources, and intended use cases. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
@@ -74,4 +78,4 @@ model = keras_hub.models.ImageClassifier.from_preset("hf://keras/densenet_201_im
74
 
75
  # User Timm presets directly from HuggingFace
76
  model = keras_hub.models.ImageClassifier.from_preset('hf://timm/densenet121.tv_in1k')
77
- ```
 
1
  ---
2
  library_name: keras-hub
3
+ license: bsd-3-clause
4
+ tags:
5
+ - image-classification
6
+ - keras
7
  ---
8
  ## Model Overview
9
  DenseNet is a convolution network which densely connects each layer to every other layer in a feed-forward fashion. The model was originally evaluated on four object recognition benchmark tasks (CIFAR-10, CIFAR-100, SVHN, and ImageNet). See the model card below for benchmarks, data sources, and intended use cases. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
 
78
 
79
  # User Timm presets directly from HuggingFace
80
  model = keras_hub.models.ImageClassifier.from_preset('hf://timm/densenet121.tv_in1k')
81
+ ```