2 ответов
+ 5
It's basically about image recognition, so I'd check Tensorflow or PyTorch, Keras -- for convolutional neural networks support. And if that is going to be an off-camera, real-time thing, some video streaming support, opencv perhaps.
If you need an example of a multi-class image recognition CNN, check out my project on 40 car brand logotypes recognition, link inside the code:
https://code.sololearn.com/W2nvcMqTRi4q/?ref=app
+ 1
thank you kuba....I will stay in touch just incase I encounter any problem along the way.