Viewing a single comment thread. View all comments

RandomForests92 OP t1_ir5jaag wrote

I really understand the need for hotkeys. I simply underestimated the complexity. Doing that right turned out to be quite complicated.

makesense.ia is certainly the largest one. I just recently started https://github.com/SkalskiP/yolov5js with the aim to make it much easier for frontend developers without computer vision background to use object detection in their projects. Apart from that, I have https://github.com/SkalskiP/ILearnDeepLearning.py which is a repository containing examples related to my blog posts on Medium https://medium.com/@piotr.skalski92.

2