Hello, I want to run a neural network (or maybe just cv will be enough) for a simple detection of objects on jpeg in the browser. Which crates examples can you suggest? Ideally, it should make use of WebGPU.
I'm asking for both neural networks stuff and computer vision. Not sure if opencv can be used here? For neural networks, training can be done on usual stuff, only detection should be done in the browser (I would spawn a worker for that).