OpenCV and CNN online

Hello everyone. Guys, tell me how to implement your OPENCV project into a website. I have a project with CNN, and I want it to work online. How can I do this? I am waiting for your advice and some materials for help.

what is your project doing ? what kind of input / output will be there ?

please be more specific.

https://www.pythonanywhere.com/ is a nice place to experiment with opencv code

It will be like sign language recognition project. The user will show a gesture to the camera and the program will recognize the gestures and display a letter or word on the screen.

you need

  • opencv.js to run in the user’s browser
  • a DNN for pose estimation, e.g. openpose
  • an awareness that this will likely only run on the CPU, so the network has to be small to be fast
  • webDNN maybe

https://docs.opencv.org/master/d5/d86/tutorial_dnn_javascript.html