A conditional Generative Adversarial Network to generate a specific "handwritten"(I know computers do not have hands) digit.
The dataset is the famous MNIST - Handwritten Digit Classification dataset that comes built-in the tensorflow.keras.datasets module.
- Numpy 1.18.3
- Matplotlib 3.2.1
- Scikit-learn 0.22.2
- Tensorflow 2.2
- OpenCV 4.2
- main.ipynb - Jupyter notebook which has the analysis of dataset along with the declaration and training of the model
- resources/ - Github README resources
- generator.py - Generates the image with a CLI (Run it you will find out)