malvika2003's picture
Upload folder using huggingface_hub
db5855f verified
# TensorFlow to OpenVINO™ Model Conversion Tutorial
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/eaidova/openvino_notebooks_binder.git/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fopenvinotoolkit%252Fopenvino_notebooks%26urlpath%3Dtree%252Fopenvino_notebooks%252Fnotebooks%2Ftensorflow-classification-to-openvino%2Ftensorflow-classification-to-openvino.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/tensorflow-classification-to-openvino/tensorflow-classification-to-openvino.ipynb)
<img src="https://user-images.githubusercontent.com/36741649/127170593-86976dc3-e5e4-40be-b0a6-206379cd7df5.jpg" width=300>
This tutorial explains how to convert [TensorFlow](https://www.tensorflow.org) models to OpenVINO IR.
## Notebook Contents
The notebook shows how to convert the [TensorFlow MobileNetV3 model](https://www.tensorflow.org/api_docs/python/tf/keras/applications/MobileNetV3Small) and then classify an image with OpenVINO Runtime.
## Installation Instructions
This is a self-contained example that relies solely on its own code.</br>
We recommend running the notebook in a virtual environment. You only need a Jupyter server to start.
For details, please refer to [Installation Guide](../../README.md).