twilio / video-quickstart-js

A quickstart and code samples for Twilio Video JavaScript SDK. https://www.twilio.com/docs/video
Other
389 stars 337 forks source link

Can i integrate Tensorflow.js libraries in web app created by Twilio Video #163

Closed Aayush795 closed 3 years ago

Aayush795 commented 3 years ago

i have implemented and deployed this repo https://github.com/elizabethsiegle/twilioVideoWebChat9Mins, however i wanted to know if I can integrate tensorflow js with this code for face detection in all the streams of the participants that join the room? basically something that sends the notification if the face goes out of frame..i wanted to use Tensorflow.js. is it possible? if yes, how do i access the video stream link? Thanks

manjeshbhargav commented 3 years ago

@Aayush795 ,

Please check out the localvideofilter quickstart example on how to access video frames from a track.

Thanks,

Manjesh