- Original Paper
-
Learning Resources
-
Code Resources
- Convolutional Neural Network by Magnus Erik Hvass Pedersen
- keras repositoy
- Deep Learning with Python - Francois Chollet
-
Model Training Files (2 different models trained)
- (Basic) Initial -> mnist-keras(colab)
- (Augmented) Used for predictions -> Mnist-data-augmented(colab)
-
Run Online
- Inspired by
-
Create a seperate python 3 environment.
-
Install the required packages
pip install -r requirements.txt
-
Run from environment
python server.py
- ToDo
- Remove scipy.misc.imresize deprecated warning.
(remove this line to view the warning)
warnings.filterwarnings("ignore")
- Do instant detection of number.
- Create a better GUI.
- Remove scipy.misc.imresize deprecated warning.
(remove this line to view the warning)