This is a project for handwritten character recognition using neural network. For the dataset of this project visit - https://www.kaggle.com/datasets/sachinpatel21/az-handwritten-alphabets-in-csv-format?resource=download
It takes image of human written character and identifies the character as an output. This project has been tested over thousands of dataset, and passed with an accuracy of over 80 percent.
Python version used: Python 3.10.7 For the dataset of this project visit - https://www.kaggle.com/datasets/sachinpatel21/az-handwritten-alphabets-in-csv-format?resource=download
Mukesh751