Flutter AI | Flutter Realtime Object Detection | Flutter Deep Learning | Flutter TensorFlow | TFlite

preview_player
Показать описание
Flutter AI | Flutter Realtime Object Detection | Flutter Deep Learning | Flutter TensorFlow | TFlite | Episode #2

Latest Flutter 3.7 Bootcamp 2023 | Free Flutter Latest Beginners to Advance Course in Hindi 2023:

How to Install Flutter on Windows 10 / 11

Dart Programming Language Master Course:

Flutter Node JS Backend & API with MongoDB:

Flutter AI Image Generator using Open AI:

Flutter AI Chat GPT Voice Chatbot App:

Flutter eCommerce App:

Flutter Ads Integration:

Flutter REST API Course:

Flutter 3.0 Firebase Course:

Flutter Chat App with Firebase:

Flutter State Managements:

Velocity X Tutorial:

FB Group:

Thank you for watching my channel.
Make sure to leave a LIKE, COMMENT & SUBSCRIBE.

Your queries:

flutter
machine learning
tensorflow
tensorflow lite
tensorflow android
image classification
tensorflow image classification
android image classification
image classification android
android tensorflow lite
tflite
tflite tutorial
custom TensorFlow model
computer vision
tensorflow convolutional neural network
convolutional neural network
neural network
deploy tensorflow
deploy tensorflow model
deploy tflite
deploy tflite android
tflite android

#tensorflow #deeplearning #objectdetection #realtime
Рекомендации по теме
Комментарии
Автор

Thank you so much, sir, for helping me understad how to send a stream of images in real time. There are not a lot of videos about that yet, you were my salvation 🙏

nathaliealvarezhernandez
Автор

The plugin `tflite` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.

srujanhams
Автор

flutter_tflite does not have the methods and classes shown in the video, only tflite has it but it is deprecated

memoriesR-
Автор

it send to me an issue and & say lost connection to device, then the app is closed after a few seconds.
when i remove this part from the code, the application work but not detect the objects.

{
objectDetector(image);
update();
});

MostafaAhmedShabanAhmed
Автор

has anyone made a github repo for this project?
i need it urgently for my project

whoaryu
Автор

full 20 screen app ui sayiye brother kesse anne app screen easily bana saktiho??

iqrasaif-fo
Автор

hello sir. this app detect real times object. I want to know that is there need to internet connection for working or detecting object to app or not?
pls sir must reply.

m.muddsarahmad
Автор

thank you for the tutorial sir, but i have a problem in tflite_flutter package, there`s no method Tflite.runModelOnFrame in tflite_flutter package, i`ve spend day and night trying to solve this but i can`t :(, i`ve tried change package to tflite and make another problem too xD, pls help me sir

whensir
Автор

Please! let me know about flutter, Dart, Android Emulator and tflite versions, as new dart won't work with tflite as it is outdated to dart 3.0

raobilal
Автор

Sir i, trained my own costum model in yolov5 and converted it to tflite model using the builtin pipeline in yolov5
I did the exact as your tutorial said but using my tflite model
However, my app crashes after i open the camera
Any idea why?

emperorpein
Автор

In Colab, I trained my dataset labeled with Roboflow using YOLOv5 and converted the trained model into the tflite format. I do not have the .txt extension label file that you added to the project. Is the .txt extension file the labels for the untrained train, valid, or test files? If they, which one is that docs? If you answer quickly ı will be pleased. Thank you from now. ( I have three days to the deadline I am waiting your reply I will not sleep :D)

fughtfy
Автор

in the camera controller what the ImageFormatGroup value?

cn-vspb
Автор

I can't see in folder the pub-cache do I install it incorrectly? but I can use flutter fine. advice please

AnimoMinimo
Автор

sir I am using upgraded version of flutter that uses android v2 embedding but tflite is only supported for android v1 embedding what should I do ?
please help sir

NirajKumar-ozii
Автор

hi sir, can you help me, when I run code, I have a issue with Tflite.runModelOnFrame, error displays PlatformException (PlatformException(Failed to run model, Index: 1, Size: 1, Index: 1, Size: 1

leduycuong
Автор

hello i am unable to get the model can you provide the link

ayushgupta
Автор

sorry sir, may i ask why my phone after i run the application closes it after one second?

MASEANDREAPIO
Автор

Hello in result all time I m getting show curtain event I m showing mouse and keyboard in front of the camera

BhavinPanchal-dp
Автор

Can someone help me how this line of code is missing cameraController = CameraController(cameras[0], ResolutionPreset.max, imageFormatGroup:

isalbedo
Автор

E/AndroidRuntime(14394): Caused by: Cannot copy from a TensorFlowLite tensor with shape [1, 10, 4] to a Java object with shape [1, 91].

hello sir, how can i fix this error?

cmooon