https://github.com/dotnet-labs/handwritingrecognition
Handwriting Recognition using ML.NET
https://github.com/dotnet-labs/handwritingrecognition
dotnet dotnetcore handwriting-recognition handwritten-digit-recognition machine-learning machinelearning
Last synced: 9 months ago
JSON representation
Handwriting Recognition using ML.NET
- Host: GitHub
- URL: https://github.com/dotnet-labs/handwritingrecognition
- Owner: dotnet-labs
- License: mit
- Created: 2020-07-08T14:20:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T22:27:03.000Z (about 2 years ago)
- Last Synced: 2025-03-24T22:40:48.886Z (10 months ago)
- Topics: dotnet, dotnetcore, handwriting-recognition, handwritten-digit-recognition, machine-learning, machinelearning
- Language: C#
- Homepage: https://ml-8fe3.onrender.com
- Size: 1.42 MB
- Stars: 16
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Handwriting Recognition using ML.NET
## [Demo Website](https://ml-recognition.herokuapp.com/)
## [Medium Article](https://codeburst.io/handwriting-recognition-using-ml-net-3ce23a7369af)
ML.NET is a cross-platform machine learning framework which provides state-of-art machine learning algorithms, transforms and components. ML.NET allows .NET developers to develop/train models and integrate machine learning with their .NET applications, even without prior expertise of tuning machine learning models.
In this blog post, we will make a web application to recognize handwriting numbers using ML.NET. The [demo web app](https://ml-recognition.herokuapp.com/) is running in a Linux container, which demonstrates the cross-platform capability of ML.NET and ASP.NET Core.

## Note
This solution contains two ML.NET models. One is about Handwriting Recognition, the other one is about taxi fare prediction.
## License
Feel free to use the code in this repository as it is under MIT license.