Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/florianwoelki/fashion_mnist_gan
- Owner: FlorianWoelki
- Created: 2019-09-29T09:49:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-13T10:20:57.000Z (over 5 years ago)
- Last Synced: 2024-11-29T07:45:16.413Z (2 months ago)
- Topics: fashion-mnist, gan, mnist, neural-network
- Language: Jupyter Notebook
- Homepage:
- Size: 3.27 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)