How to integrate Image segmentation model through flutter

My project is to classify the diabetic foot wound and segment the region mask of the wound with measure the wound size.
My problem is,
Can I integrate these models, especially the segmentation model through Flutter?
If it is hard, what is the best way to develop a mobile application for these cases?

Please help me!

Hi @Praneeth_AJ ,

You can refer this Documentation for better understanding and functionality .

TensorFlow Lite Flutter plugin provides an easy, flexible, and fast Dart API to integrate TFLite models in flutter apps across mobile and desktop platforms.
you can refer this link for the plugin of flutter .

Thank You .