I am looking for ways to use MediaPipe Holistic within the Flutter to develop mobile apps. I know that MediaPipe provide solution API's for:
- Python
- Javascript
I have also seen that several MediaPipe solutions/models are made available through ML Kit including:
- Face detection
- Pose detection
- Face Mesh detection
- .... and more
These models are in fact provided by the Flutter plugin, however the list does not include the Holistic model yet.
I want to build a mobile (Android) app where video images are processed in real time by the model. My question is if anyone has suggestions on how to implement this in flutter?