machrisaa/tensorflow-vgg
TensorFlow implementation of VGG16 and VGG19 pre-trained CNN models for image classification and feature extraction.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
This repository provides Python implementations of the VGG16 and VGG19 convolutional neural network architectures in TensorFlow. It loads pre-trained weights from numpy files to enable image classification and feature extraction tasks. The implementation supports using the models as feature extractors by accessing intermediate layer tensors, and includes a trainable version that allows fine-tuning or training from scratch.