https://github.com/matin-ghorbani/fashion-mnist-gan
Implement a GAN for Fashion Mnist dataset to generate digits
https://github.com/matin-ghorbani/fashion-mnist-gan
dcgan deep-learning fashion-mnist gan generative-ai tensorflow
Last synced: 3 months ago
JSON representation
Implement a GAN for Fashion Mnist dataset to generate digits
- Host: GitHub
- URL: https://github.com/matin-ghorbani/fashion-mnist-gan
- Owner: matin-ghorbani
- License: mit
- Created: 2024-05-16T16:08:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T16:19:46.000Z (over 1 year ago)
- Last Synced: 2025-04-04T00:23:13.124Z (7 months ago)
- Topics: dcgan, deep-learning, fashion-mnist, gan, generative-ai, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 1.99 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DCGAN On Fashion Mnist
## This task solved with this repo
- Fashion Mnist Generator: I trained a DCGAN on [Fashion Mnist Dataset](https://keras.io/api/datasets/fashion_mnist/)
## How to install
### Run this command:
```bash
pip install -r requirements.txt
```
# Fashion Mnist
### Fashion Mnist Training Duration

*you can download the weight of it from [here](https://drive.google.com/drive/folders/1A1Hrwt5GCbNlXYQiwK7n-OMlYUIqP2bV?usp=sharing) if you want to.*