This is the repository for my Midterm Output for CIT 209 - Integrative Programming.
The application is a simple numerical digit detector, which attempts to predict a handwritten digit based off an image.
It makes use of the MNIST Dataset to train a CNN model in predicting digits.
At its current state, the application has several limitations.
- The app can only predict one digit at a time.
- The digit must be clearly written with thick ink.
- The digit must be written in dark ink against a white or light colored background.
- APK File download link
- Flask API Repository - This is where the driver code for the API is stored. Hosting is provided by Render
- Python driver code - .py
- Python driver code - .html
- Flutter code
Submitted by Reeman Singh | BSIT-2A