This tutorial explains how to convert TensorFlow models to OpenVINO IR. The notebook shows how to convert the TensorFlow MobilenetV3 model and then classify an image with OpenVINO Runtime.
The notebook uses Model Optimizer to convert the same MobilenetV3 model used in the 001-hello-world notebook.
If you have not installed all required dependencies, follow the Installation Guide.