Let’s say we want to detect whether there are any scratches on a smartphone(Example from MLops Specialization by Andrew NG). In this case, MLops would go something like this.
- Capture Image of Smartphone
- The Inspection software inside an edge device would send an API to the Inference server
- The Inference server would then send back the results to the Inspection Software.
- Finally, The Control Software inside the Inspection software would then take actions depending on the results.