Applying Machine Learning to Zoom Video feed

Hi all,

I am new to the dev community. I am working on a project that relies on zoom video feed of participants, I want to get the images from the video and apply an ML model on top of it that includes some text over the video feed in the end. Is this possible in any way (maybe using video SDK)? If yes, where I can start ?

Hi @sandupa.egodage ,

I am not greatly familiar with ML model principles and implementation, but the Video SDK provides access to raw video/audio data which could be helpful with what you’re trying to do. Please let me know if this is helpful. I would love if you could share if and how you’re able to use these data for your intended purpose.

Thank you,
Gianni

1 Like

Hello @gianni.zoom ,

Thank you for the reply and apologies for the late response. I also want to show the outputted data from the ML model inside a Zoom app inside the Zoom client. So is there a way to use zoom/appssdk to achieve this through a web app created using react?

Thank You,
Sandupa