Skip to content

OpenVINO™ Toolkit - Deep Learning Deployment Toolkit for Optical Character Recognition.

Notifications You must be signed in to change notification settings

iamrishab/openvino-ocr

Repository files navigation

openvino-ocr

Openvino toolkit allows developers to deploy pre-trained deep learning models through a high-level C++ Inference Engine API integrated with application logic.

This open source version includes two components, namely Model Optimizer and Inference Engine, as well as CPU, GPU and heterogeneous plugins to accelerate deep learning inferencing on Intel(R) CPUs and Intel(R) Processor Graphics.

Required Changes

After installing OpenVino, change the below config based on your installation folder. PATH_TO_INFERENCE_ENGINE = '/opt/intel/openvino/deployment_tools/inference_engine/lib/intel64/libcpu_extension_sse4.so'

To run the code (Python 3):

$ python3 main.py --image path/to/image.jpg

Repository components:

Documentation

About

OpenVINO™ Toolkit - Deep Learning Deployment Toolkit for Optical Character Recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages