Our hybrid approach is well suited for computer vision projects.
One of our first computer vision problems involved real-time sausage detection in large supermarkets. Our system ensured that the grilled sausages were well cooked and optimized for the best-sellers.

Follow very similar and small objects in real time, without internet
In ML there is this saying: garbage in, garbage out. Not so fast. With our hybridization of ML and OR we built a system that takes bad inputs and still provides good insights.
In this computer vision problem, we had many small and identical objects (nothing looks more like a sausage than another similar sausage) that we needed to follow in real time. All computations needed to be done on an edge computer with no internet access. Moreover, the data was of poor quality — damp on the cameras — and sometimes non-existent, because the heat turned some cameras off.
A pure ML/DL approach wasn’t enough to successfully solve this problem. Our system was able to bypass the quality of the input and provide a robust solution in real time.