Skip to content
#

image-augmentation

Here are 245 public repositories matching this topic...

The aim of this project is to implement an image classifier based on convolu- tional neural networks. Starting by implementing a simple shallow network and then refining it until a pre-trained ResNet18 is implemented, showing at each step how the accuracy of the model improves. The provided dataset (from [Lazebnik et al., 2006]) contains 15 cate…

  • Updated Jul 5, 2022
  • Jupyter Notebook

This project implements a Generative Adversarial Network (GAN) to generate fashion images from a Polyvore dataset. It explores GANs' ability to create realistic images for fashion recommendations, including data preparation, model design, training, and visualization. Potential applications include virtual try-ons and recommendations.

  • Updated Oct 18, 2024
  • Jupyter Notebook

Pistachios are nutritious nuts that are sorted based on the shape of their shell into two categories: Open mouth and Closed mouth. The open-mouth pistachios are higher in price, value, and demand than the closed-mouth pistachios. Because of these differences, it is considerable for production companies to precisely count the number of each kind.

  • Updated Jul 15, 2024
  • Jupyter Notebook

👤 Detect age and gender from facial images using deep learning with CNNs like VGG16 and ResNet, achieving high accuracy under various conditions.

  • Updated Nov 13, 2025
SelfDrivingCarND-BehavioralCloning

Use convolutional neural networks (CNNs) to clone driving behavior and train a self-driving car to autonomously navigate a track.

  • Updated Jul 8, 2021
  • Python

implementation of two deep learning models—UNet and a custom-built CANet—for semantic segmentation of Indian traffic scenes. Using the India Driving Dataset, the goal is to accurately segment various traffic elements to facilitate applications in autonomous driving and smart traffic management.

  • Updated Jun 2, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the image-augmentation 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 image-augmentation topic, visit your repo's landing page and select "manage topics."

Learn more