Example: Microservice Lacking Tests
Learn how to test RODE, a simple ML-based web service for detecting and rotating objects in images.
We'll cover the following...
Overview of RODE
Before practicing with tests, let’s imagine we build a simple ML-based web service, RODE (Rotated Object Detector). It takes some image as input, detects an object (its coordinates and angle because the object may be rotated), crops the object, rotates it back, and ...