An open API service indexing awesome lists of open source software.

https://github.com/harika1807/codeclauseinternship_handwrittendigitsrecognition

A deep learning project for recognizing handwritten digit sequences using TensorFlow.
https://github.com/harika1807/codeclauseinternship_handwrittendigitsrecognition

deep-learning digit-recognition mnist python tensorflow

Last synced: 2 months ago
JSON representation

A deep learning project for recognizing handwritten digit sequences using TensorFlow.

Awesome Lists containing this project

README

          

# Handwritten Digits Recognition ๐Ÿ”ข๐Ÿง 

![Project Banner](https://github.com/harika1807/CodeClauseInternship_HandwrittenDigitsRecognition/blob/main/HandwrittenDigitRecognition.png)

A deep learning-based system that recognizes handwritten digit sequences using Convolutional Neural Networks (CNN) and TensorFlow/Keras.

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/harika1807/CodeClauseInternship_HandwrittenDigitsRecognition/blob/main/HandWrittenDigitsRecognition.ipynb)

---

## ๐Ÿ“Œ Features

- Recognizes handwritten digit sequences from images
- Uses TensorFlow and Keras with CNNs
- Preprocessing with OpenCV and NumPy
- Achieves high accuracy
- Works with multi-digit sequences

---

## ๐Ÿš€ Demo

Try it live ๐Ÿ‘‰ [Open in Colab](https://colab.research.google.com/github/harika1807/CodeClauseInternship_HandwrittenDigitsRecognition/blob/main/HandWrittenDigitsRecognition.ipynb)

---

## ๐Ÿ› ๏ธ Technologies Used

- Python ๐Ÿ
- TensorFlow & Keras
- OpenCV
- NumPy
- Matplotlib
- Google Colab

---

## ๐Ÿ“ฆ Installation

1. **Clone the repository**
```bash
git clone https://github.com/harika1807/CodeClauseInternship_HandwrittenDigitsRecognition.git
cd CodeClauseInternship_HandwrittenDigitsRecognition
2. **Install dependencies**
```bash
pip install -r requirements.txt

๐Ÿงช **How to Use**
You can either:
Run HandWrittenDigitsRecognition.ipynb in Google Colab
Or
Use it locally by running the code in any Jupyter Notebook

๐Ÿ“ **Project Structure**
```bash
โ”œโ”€โ”€ HandWrittenDigitsRecognition.ipynb # Main notebook
โ”œโ”€โ”€ requirements.txt # Dependencies
โ”œโ”€โ”€ LICENSE # License file (MIT)
โ”œโ”€โ”€ README.md # Project documentation
โ”œโ”€โ”€ banner.png # Project banner
```
๐Ÿ“œ **License**
This project is licensed under the MIT License.
See the LICENSE file for details.

๐Ÿค **Contributing**
Contributions are welcome!
1. Fork the repository
2. Create your feature branch:
```hash
git checkout -b feature/FeatureName
3. Commit your changes
4. Push to the branch
5. Open a pull request ๐Ÿš€

Made with โค๏ธ as part of the CodeClause Artificial Intelligence Internship.