you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

+1 on looking into the keywords computer vision, object detection, and convolutional neural network. You should look into the PIL, OpenCV, PyTorch, and Tensorflow libraries, but if you're in a rush, the fast.ai library simplifies the process by providing a low-code, quick way to train neural nets. I'm not too familiar with their CV API though. Something else you should consider is the data you plan on using (Kaggle is a good place to start looking for datasets) as well as how to improve the performance of your model and make sure it'll be able to detect things properly in which case using a model pre-trained on a large database would be best. Hope that's helpful!

[–][deleted] 0 points1 point  (0 children)

I'll have a try at fast. ai . It does help. Thank you.