This repository houses an exciting deep learning project employing Convolutional Neural Networks (CNN) to construct a digit recognizer using the MNIST dataset. The MNIST dataset comprises a vast collection of handwritten digit images.
Ensure you have the following packages installed with the specified versions:
numpy
matplotlib
tensorflow
keras
pillow
oropencv-python
-
Clone the repository to your local machine:
git clone https://github.com/ZephyrusBlaze/DigitRecognizer.git
-
Install required packages:
pip install -r requirements.txt
-
Run the Flask server:
python server.py
-
Access the web interface:
Visit
http://localhost:5000
in your web browser. -
Draw a digit:
In the provided interface, draw a digit, and the trained model will predict the corresponding digit.
🌐 Alternatively, use the pre-trained model:
Access the model at https://ZephyrusBlaze.github.io/DigitRecognizer/.
The repository includes code for training the CNN model using the MNIST dataset. The model architecture comprises convolutional layers, pooling layers, dropout layers, and dense layers. Augmentation techniques are applied to generate augmented images for training.
This project is licensed under the MIT License.