Friday, 31 July 2020

Help with Node app idea

Hello fellows Node developers. I come here to day in search of advice on an idea that I have for a web app but I'm not sure how to tackle it.I want to create a server that takes a video, process it probably with machine learning to blur the faces that appear in it, and then store it somewhere.The part that I'm unsure of is what technology can I use to blur the faces of the video. I've read that OpenCV has some libraries for that, but I don't know yet how to implement it. I'm also not sure whether to use python to process the video but tackle the requests and everything with node (don't even know if this is possible, calling a python script from node) or to use the tensorflow library for node.I hope you can shed some light on the subject, any help will be very appreciated!

Submitted July 31, 2020 at 09:27PM by JuanPablopiano

No comments:

Post a Comment