2

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?

Mels Jagt
  • 31
  • 2
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Mar 11 '23 at 19:07

1 Answers1

0

you can use javascript within flutter with webview or flutter_js. i did not try webview plugin but I think it is what you are looking for.

Webview

flutter_js

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community May 14 '23 at 14:37