Thanks alot @micuat for such a nice example and quick response.
Yes, I want to implement almost the similar one as shown in youtube video link (MEISAI) that you shared.
And for this I have implemented live streaming video using p5.js. And In this video, whenever hand or some object like pen obstructs in the video then I want to make hand and pen as invisible.
Is this possible using p5.js and ml5.js. Please guide me through some references as Im not finding proper document to start this.
Im familiar with js hence I want to know if this is possible using ml5.js and p5.js
When I went through some online stuff, saw this My Fun AI Project - How To Be Invisible? and started to learn python to implement using opencv as in the given url.
See this is the exact way I need to implement https://towardsdatascience.com/turn-yourself-invisible-using-python-and-opencv-3a66dfa8af80 but using p5.js, ml5.js