Skip to content
#

vgg16

Here are 1,286 public repositories matching this topic...

This repository showcases a comprehensive approach to fashion image classification using the Maryland Fashion Dataset. It includes four scenarios: building a CNN from scratch, leveraging transfer learning with VGG16, fine-tuning the VGG19 model, and implementing an autoencoder for image representation. Each scenario demonstrates various techniques.

  • Updated Oct 6, 2024
  • Jupyter Notebook

This repository contains a fashion recommender system using transfer learning. Based on the "Image Based Recommender System using Transfer Learning" paper, the system uses VGG16 and cosine similarity to recommend visually similar fashion items. It works with the Fashion Product Images (Small) dataset from Kaggle.

  • Updated Oct 3, 2024
  • Jupyter Notebook

This repository hosts all the scripts used in the implementation of bird detection models. We are using Convolutional Neural Networks(CNN)'s Faster R-CNN, Single Shot Detector(SSD), and YOLOv3 meta-architectures while utilizing ResNet-101, MobileNet, Inception ResNet v2 and VGG-16 feature extraction Networks (backbone network).

  • Updated Sep 30, 2024
  • Jupyter Notebook

An AI initiative project, the Maltese Christian Statue (MCS) Classifier preserves and celebrates Maltese religious culture by accurately classifying 13 distinct categories of Christian statues, fostering deeper understanding and appreciation for the Maltese Culture.

  • Updated Sep 23, 2024
  • Jupyter Notebook

A TensorFlow-based project to perform face recognition using images captured from a PC camera. It incorporates data augmentation techniques and builds a neural network based on the VGG16 model for facial detection. The system is capable of real-time face recognition in video streams.

  • Updated Sep 21, 2024
  • Python

This project focuses on detecting lung cancer from medical images using Convolutional Neural Networks (CNNs). It includes custom-built CNNs and fine-tuned pretrained models such as ResNet101, DenseNet121, AlexNet, and VGG16 to improve detection accuracy.

  • Updated Sep 18, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the vgg16 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vgg16 topic, visit your repo's landing page and select "manage topics."

Learn more