Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thee-unruly/fashion-gan

Build a GAN for the fashion industry
https://github.com/thee-unruly/fashion-gan

discriminant-analysis fashion fashion-mnist-dataset gans-models generators tensorflow

Last synced: 4 days ago
JSON representation

Build a GAN for the fashion industry

Awesome Lists containing this project

README

        

**Building a GAN for the Fashion Industry Using the Fashion-MNIST Dataset**

1. *Introduction*

Generative Adversarial Networks (GANs) are powerful deep learning models used for generating new data samples that resemble a given dataset. I built a GAN to generate fashion images using the Fashion-MNIST dataset. This dataset contains grayscale images of fashion items such as shoes, shirts, and dresses.

2. *Prerequisites*

Before we start, ensure you have the following Python libraries installed:

a. TensorFlow

b. Keras

c. NumPy

d. Matplotlib