Divyasreepat
commited on
Commit
•
e41b64b
1
Parent(s):
8d41cc3
Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ tags:
|
|
5 |
- image-classification
|
6 |
pipeline_tag: image-classification
|
7 |
---
|
8 |
-
|
9 |
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.
|
10 |
|
11 |
|
@@ -78,4 +78,4 @@ model = keras_hub.models.ImageClassifier.from_preset("hf://keras/vgg_16_imagenet
|
|
78 |
|
79 |
# User Timm presets directly from HuggingFace
|
80 |
model = keras_hub.models.ImageClassifier.from_preset('hf://timm/vgg11.tv_in1k')
|
81 |
-
```
|
|
|
5 |
- image-classification
|
6 |
pipeline_tag: image-classification
|
7 |
---
|
8 |
+
### Model Overview
|
9 |
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.
|
10 |
|
11 |
|
|
|
78 |
|
79 |
# User Timm presets directly from HuggingFace
|
80 |
model = keras_hub.models.ImageClassifier.from_preset('hf://timm/vgg11.tv_in1k')
|
81 |
+
```
|