This project uses a Convolutional Neural Network (CNN) to recognize handwritten digits from the MNIST dataset. The model is built using TensorFlow and Keras.
OR
-
Clone the repository:
git clone https://github.com/coderooz/handwritten_digit_recognition.git cd handwritten_digit_recognition
-
Install dependencies:
pip install -r requirements.txt
-
Train the model:
python scripts/train_model.py
-
Evaluate the model:
python scripts/evaluate_model.py
The model's accuracy on the test set will be printed after evaluation.
This project is licensed under the MIT License - see the LICENSE file for details.
- The MNIST dataset is provided by Yann LeCun.
Ranit Saha - Coderooz