8000 GitHub - celinehoang177/image_generator_GANS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

celinehoang177/image_generator_GANS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FashionCraft: Clothing Image Generation with Generative Adversarial Networks

FashionCraft is a project that stems from my deep passion for fashion. It's driven by the desire to explore the intersection of creativity and technology, blending the elegance of traditional fashion with the boundless possibilities offered by AI. My aspiration is to push the boundaries of conventional fashion, utilizing machine learning to showcase the beauty and diversity of clothing.

In this project, I employed Generative Adversarial Networks (GANs) to generate realistic clothing images.

Data Preparation

I utilized the Fashion MNIST dataset, which consists of grayscale images of various fashion items. TensorFlow was employed to automatically download and preprocess this dataset.

Model Architecture

The Generative Adversarial Networks (GANs) contain:

  1. Generator network: This network takes random noise as input and generates synthetic fashion images. It consists of upsampling layers, convolutional layers, and activation functions.

  2. Discriminator network: This network helps to distinguish between real and fake fashion images. It consists of convolutional layers, LeakyReLU activations, and dropout layers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0