Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/florianwoelki/fashion_mnist_gan

This repository lets you generate new not seen clothes by using a gan with the fashion mnist dataset.
https://github.com/florianwoelki/fashion_mnist_gan

fashion-mnist gan mnist neural-network

Last synced: 12 days ago
JSON representation

This repository lets you generate new not seen clothes by using a gan with the fashion mnist dataset.

Awesome Lists containing this project

README

        

Fashion mnist GAN


This repository my first trys with a GAN. This GAN will generate clothes and it was trained on the fashion mnist dataset, which is a pretty popular one for classification.

## 🤔 What is this project about?

A simple, but neat GAN for generating custom clothes.

## 📈 Getting Started

You can run this notebook by downloading it and running it by yourself.
Furthermore you can simply look at the notebook in the jupyter notebook file.

## 🛠 Built with
- [numpy](https://numpy.org/)
- [matplotlib](https://matplotlib.org/)
- [pandas](https://pandas.pydata.org/)
- [tensorflow](https://www.tensorflow.org/)

## 🤝 Contributing

If you have a issue or you want to build it better, feel free to contribute to this project by making a simple
pull request. :)

## 🤠 Authors
- [Florian Woelki](https://florianwoelki.com)