Image Classification
KerasHub
Divyasreepat commited on
Commit
73d90a2
·
verified ·
1 Parent(s): 25bbae4

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -11,7 +11,12 @@ The VGG model is a type of convolutional neural network (CNN) architecture desig
11
 
12
 
13
  ## Links
 
 
14
  * [VGG paper](https://arxiv.org/abs/1409.1556)
 
 
 
15
 
16
  ## Installation
17
 
 
11
 
12
 
13
  ## Links
14
+
15
+ * [VGG Quickstart Notebook](https://www.kaggle.com/code/prasadsachin/vgg-quickstart-kerashub)
16
  * [VGG paper](https://arxiv.org/abs/1409.1556)
17
+ * [VGG API Documentation](https://keras.io/keras_hub/api/models/vgg/)
18
+ * [KerasHub Beginner Guide](https://keras.io/guides/keras_hub/getting_started/)
19
+ * [KerasHub Model Publishing Guide](https://keras.io/guides/keras_hub/upload/)
20
 
21
  ## Installation
22