-
-
`Tesseract` which we currently use is computationally expensive and also not very accurate for single digit numbers, Probably need a reimplementation of the Digit Recognition system.
-
# Problem
At the moment, the [`digit_recognition`](https://github.com/csia-pme/csia-pme/tree/dev/digit_recognition) machine learning backend uses a model that is stored on DVC with MinIO.
# Step…
-
# Task Name
Spoken digit recognition - AudioMNIST
## Task Objective
The task's objective is to classify audio samples of spoken digits (0-9) into their corresponding Arabic number representat…
-
### Is your feature request related to a problem? Please describe.
- Combine digit recognition and hand gesture recognition to create a Virtual Handwriting Calculator.
- Utilize LeNet model trained …
-
US bank account numbers are highly sensitive because they can be used for fraud, such as unauthorized transactions or identity theft. Detecting and protecting this PII is key to keeping individuals' f…
-
The project is deployed via github pages, and can be used by anyone. [site](https://raghucharan16.github.io/Hand-Written-Digit-Recognition/) Canvas is provided to draw the numbers and when clicked sub…
-
**Description**
The purpose of this requirement document is to outline the specifications and acceptance criteria for building an AI image recognition feature for no. plate of sanitation vehicles on …
-
**What should be added/modified**:
The current QuickStart examples often require a variety of AI-related environments, but these environments may not be necessary during actual use. Moreover, t…
-
Building a Digit Recognizer using SVM Learn how to use the Support Vector Machine (SVM) classifier for building a digit recognition system.