google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://ai.google.dev/edge/mediapipe
Apache License 2.0
27.72k stars 5.18k forks source link

Web demo #459

Closed Rakeshvcr closed 4 years ago

Rakeshvcr commented 4 years ago

Hi, The web demo looks really cool and flawless. I have few use cases that can be done using it, is the source code available and can I use it to commercial use.

mgyong commented 4 years ago

@Rakeshvcr What is the use case you are looking to do?

We plan to release documentation and API for you to run MediaPipe graphs from javascript using Web assembly as demonstrated from the web demos. We will update this thread when we have such an API ready in javascript

jackz314 commented 4 years ago

Any idea on when the said API would be available? I plan on using this in a project, but if the ETA is too late I'll have to find alternatives.

khelkun commented 4 years ago

https://blog.tensorflow.org/2020/03/face-and-hand-tracking-in-browser-with-mediapipe-and-tensorflowjs.html

delebash commented 4 years ago

The tensorflow js version is not the same as the one running in the visualizer. Example tfjs handpose estimation https://github.com/tensorflow/tfjs-models/tree/master/handpose does not do multihand. However the mediapipe visualizer does.