Spaces:
Runtime error
A newer version of the Gradio SDK is available:
5.23.3
Industrial Meter Reader
This notebook shows how to create an industrial meter reader with OpenVINO Runtime.
Notebook Contents
As a routine task in a power grid, meter reading always brings a heavy workload for workers. To save the labour resources, power grids begin to implement the Deep Learning technology which enables computer to read the meter and report results.
This notebook uses pre-trained PPYOLOv2 PaddlePaddle model and DeepLabV3P to build up a multiple inference task pipeline. This system will automatically detect the meters and find out their readings.
Installation Instructions
This is a self-contained example that relies solely on its own code.
We recommend running the notebook in a virtual environment. You only need a Jupyter server to start.
For details, please refer to Installation Guide.