Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hadiuzzaman524/digit-recognition-with-tflite

A mobile app that can take handwritten input from a touch screen and classify it between 0 and 9.
https://github.com/hadiuzzaman524/digit-recognition-with-tflite

digit-recognition flutter flutter-mlkit machine-learning

Last synced: about 1 month ago
JSON representation

A mobile app that can take handwritten input from a touch screen and classify it between 0 and 9.

Awesome Lists containing this project

README

        

# Digit-Recognition

## Introduction:

To construct the Android application, I harnessed the power of the Flutter framework, a versatile toolkit developed by Google. Employing the Flutter-tflite package facilitated the integration of a deep learning methodology, enabling seamless incorporation of machine learning models. For text-to-voice functionality, I leveraged the Flutter-tts package, enriching the user experience with voice-based interactions. The implementation of handwriting recognition involved the adept use of the GestureDetector class and CustomPaint class. Through these components, user input from the touch-screen is converted into an image, subsequently processed by a pre-existing model, and the results are visually presented to the user.

# Home Screen