- PySimpleGUI
- pytorch (see installation instructions here(https://pytorch.org/get-started/locally/))
- numpy
- matplotlib
- OpenCV
- Pillow
pip install numpy
pip install matplotlib
pip install PySimpleGUI
pip install Pillow
pip install opencv-python
- then install pytorch see installation instructions above
git clone https://github.com/ozayr/GOOEY-Neural-Nets/tree/master/CNN_mnist.git
cd CNN_mnist
python CNN.py
note: check CNN_MNIST.ipynb