Skip to content

Implementation of generative adversarial network for generating handwritings for digits.

Notifications You must be signed in to change notification settings

mihiic/digits-generator-gan

Repository files navigation

Generating Handwritten Digits using GAN

Supporting project for CS Graduate Seminar on GANs. Faculty of Electrical Engineering and Computing, FER, Zagreb, 2018

Dependencies

Project is built using Python3.6. To install library dependencies from the project folder run following commands:

. ./venv/bin/activate
pip3 install -r requirements.txt

Running Project

Make sure your .png images of datasheets are located in the dataset folder. They should be in the .png format.

Credits

Author

Mihael Međan

Mentor

Marin Šilić

About

Implementation of generative adversarial network for generating handwritings for digits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages