openvino-dev-samples / text-search-image

This sample is demonstrating how to use text to search an image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text-search-image

This sample is demonstrating how to use text to search an image.

How to run it?

1. Install the requirements:

$python3 -m venv openvino_env

$source openvino_env/bin/activate

$pip install -r requirements.txt

2. Export the models:

$python3 export.py

3. Run application:

$python3 app.py

4. Upload a images fold in .zip format:

image

5. Do search:

image

About

This sample is demonstrating how to use text to search an image.


Languages

Language:Python 100.0%