prasadsachin
commited on
Commit
•
dfd27f4
1
Parent(s):
85393c7
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
---
|
2 |
library_name: keras-hub
|
|
|
|
|
|
|
3 |
---
|
4 |
## Model Overview
|
5 |
The VGG model is a type of convolutional neural network (CNN) architecture designed for image recognition and classification tasks. Developed by the Visual Geometry Group at the University of Oxford, it was introduced in the paper titled "Very Deep Convolutional Networks for Large-Scale Image Recognition" by Karen Simonyan and Andrew Zisserman in 2014. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
|
@@ -74,4 +77,4 @@ model = keras_hub.models.ImageClassifier.from_preset("hf://keras/vgg_19_imagenet
|
|
74 |
|
75 |
# User Timm presets directly from HuggingFace
|
76 |
model = keras_hub.models.ImageClassifier.from_preset('hf://timm/vgg11.tv_in1k')
|
77 |
-
```
|
|
|
1 |
---
|
2 |
library_name: keras-hub
|
3 |
+
license: apache-2.0
|
4 |
+
tags:
|
5 |
+
- image-classification
|
6 |
---
|
7 |
## Model Overview
|
8 |
The VGG model is a type of convolutional neural network (CNN) architecture designed for image recognition and classification tasks. Developed by the Visual Geometry Group at the University of Oxford, it was introduced in the paper titled "Very Deep Convolutional Networks for Large-Scale Image Recognition" by Karen Simonyan and Andrew Zisserman in 2014. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
|
|
|
77 |
|
78 |
# User Timm presets directly from HuggingFace
|
79 |
model = keras_hub.models.ImageClassifier.from_preset('hf://timm/vgg11.tv_in1k')
|
80 |
+
```
|