Handwritten Digit Recognition System Using Neural Network by Ayan BhattacharyaHandwritten Digit Recognition System Using Neural Network by Ayan Bhattacharya

Handwritten Digit Recognition System Using Neural Network

Ayan Bhattacharya

Ayan Bhattacharya

I've developed a comprehensive AI project involving a custom neural network in C++ that predicts handwritten digits (0-9) from 28x28 pixel images with an 83% accuracy rate. The project includes a React-based UI for testing using the MNIST dataset and an API built with Python and Flask to facilitate predictions. The API processes grayscale values and outputs the predicted digit. Check out the GitHub repository for more details and setup instructions.
Like this project

Posted Jun 8, 2024

I've developed a comprehensive AI project involving a custom neural network in C++ that predicts handwritten digits (0-9) from 28x28 pixel images with an 83% ac