How to make the object detection webapp 50x faster Or how to split the webapp into services.

Опубликовано: 28 Октябрь 2024
на канале: CloudxLab Official
1,507
25

As part of this second in the series tutorial, we will take the previously created web application for object detection and will make it faster by breaking it into two services.

The web application is built using Flask (Python). The object detection is built using the Resnet model in Tensorflow (Python). The service that runs object detection is written using ZeroMQ.

The corresponding project is available here:
https://cloudxlab.com/assessment/play...