# TensorFlow Lite to OpenVINO™ Model Conversion Tutorial [![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/tflite-to-openvino/tflite-to-openvino.ipynb) This tutorial explains how to convert [TensorFlow Lite](https://www.tensorflow.org/lite/guide) models to OpenVINO IR. The notebook shows how to convert the [EfficientNet Lite B0 model](https://tfhub.dev/tensorflow/lite-model/efficientnet/lite0/fp32/2) and then classify an image with OpenVINO Runtime. ## Notebook Contents The notebook uses [model conversion API](https://docs.openvino.ai/2024/openvino-workflow/model-preparation.html) to convert model to OpenVINO Intermediate Representation format. ## 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](../../README.md).