https://github.com/coderooz/handwritten_digit_recognition
This project uses a Convolutional Neural Network (CNN) to recognize handwritten digits from the MNIST dataset. The model is built using TensorFlow and Keras.
https://github.com/coderooz/handwritten_digit_recognition
colab handwritten-digit-recognition image-classification matplotlib neural-network numpy python tensorflow
Last synced: 10 months ago
JSON representation
This project uses a Convolutional Neural Network (CNN) to recognize handwritten digits from the MNIST dataset. The model is built using TensorFlow and Keras.
- Host: GitHub
- URL: https://github.com/coderooz/handwritten_digit_recognition
- Owner: coderooz
- License: mit
- Created: 2024-07-24T14:40:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T15:07:10.000Z (over 1 year ago)
- Last Synced: 2025-02-04T14:36:10.043Z (about 1 year ago)
- Topics: colab, handwritten-digit-recognition, image-classification, matplotlib, neural-network, numpy, python, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Handwritten Digit Recognition
This project uses a Convolutional Neural Network (CNN) to recognize handwritten digits from the MNIST dataset. The model is built using TensorFlow and Keras.

## Getting Started
- [**Go to Colab File**](https://colab.research.google.com/drive/1_SvtJXKzthEkmM8zQCC-KI_cpm6SCsyW?usp=sharing)
**OR**
1. **Clone the repository:**
```bash
git clone https://github.com/coderooz/handwritten_digit_recognition.git
cd handwritten_digit_recognition
```
2. **Install dependencies:**
```bash
pip install -r requirements.txt
```
3. **Train the model:**
```bash
python scripts/train_model.py
```
4. **Evaluate the model:**
```bash
python scripts/evaluate_model.py
```
## Results
The model's accuracy on the test set will be printed after evaluation.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgements
- The MNIST dataset is provided by [Yann LeCun](http://yann.lecun.com/exdb/mnist/).
## Contact
Ranit Saha - [Coderooz](https://github.com/coderooz)