Flutter TensorFlow Lite Digit Recognizer - Speed Code

preview_player
Показать описание
😀Thanks for watching :D
Digit Recognizer using #Tensorflow Lite and MNIST Data
(It works on both Android and iOS.)

* Github Source Code

* Kaggle Model

----------

A Flutter plugin for accessing TensorFlow Lite API

----------
0:00 - Start
0:19 - Package - tflite
0:28 - iOS - TFLite Setup
0:58 - Android - TFLite Setup
1:21 - Kaggle - Make Mnist Model
2:16 - TFLite Load Model
5:06 - Drawing Canvas
10:36 - Digit Recognize
Рекомендации по теме
Комментарии
Автор

0:19 Package - tflite
0:28 iOS - TFLite Setup
0:58 Android - TFLite Setup
1:21 Kaggle - Make Mnist Model
2:16 TFLite Load Model
5:06 Drawing Canvas
10:36 Digit Recognize

puzzleleaf
Автор

I just found a hidden gem. Please upload more on tflite and flutter.

SanjeebLama
Автор

hi thanks for video. I hava a problem. I must build this project for Android. But I make some problem. Build failed due to use of deprecated Android v1 embedding.

enderkulucka
Автор

First of all, thank you so much, the tutorial helped a lot!
I have a question though. When drawing near the corner of the canvas, be it upper left or lower right corner, the prediction seems rather wrong. The same thing happens when I don't draw big enough.
Do you have any suggestions/ideas to fix this problem? Thanks!

PhamQuang
Автор

If I should draw on the screen the app crashes any insight on that

abdulhameedquadri
Автор

Hey thanks for the tutorial, I just have a question I am new to the whole tflite thing and I just want to know for example I am working with Japanese letters do I have to find the right tflite module for that?

xPanda
Автор

type 'List<dynamic>' is not a subtype of type 'List<Prediction>'

getting this. please help

baibhabchakraborty
Автор

hi, i have a question?
How could you apply it to recognize simple mathematical operations, addition, subtraction.

josepepe
Автор

I/flutter (20324): (elided 11 frames from class _RawReceivePortImpl, class _Timer, dart:async, and dart:async-patch)

got this error

nextgodlevel