Replies: 5 comments
-
You can use any of the existing Python libraries to integrate with the Flet UI without too much difficulty. I've already implemented a pretty complete AI Toolkit with Flet that works well, but the main limitation is getting the real-time updates on images since it needs to save as an image file first then apply to the Image widget rather than direct PIL or Numpy. I wasn't as interested in the Object Detection, but have found python projects to do it. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply, but actually i am developing desktop app in which i want to detect objects in real time and based on the detections some output has to come. |
Beta Was this translation helpful? Give feedback.
-
I am also developing a desktop client we can read Image with OpenCV. We can view frames in flet control. You'll find both example for camera and video source reading in the following repo. I like this yolo framework I am also developing a desktop client |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Actually is there any way to create machine learning android apps using flet as it found very difficult to integrate opencv and tensorflow libraries for this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please Describe The Problem To Be Solved
Flet is a lightweight UI kit in Python it should have support for the machine learning models like object detection, image classification, or any other model, this will be very useful as machine learning models are generally written in Python and flet is also written in python, So there should be a way to integrate both.
(Optional): Suggest A Solution
(Replace This Text: A concise description of your preferred solution. Things to address include:
If there are multiple solutions, please present each one separately. Save comparisons for the very end.)
Beta Was this translation helpful? Give feedback.
All reactions