numb3r3 / example-image-tagger

automatic image tagging with jina

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic Image Tagging within Jina

Step 1: Index Image Corpus Dataset

$ python mian.py index -f flow.yml -d /path/to/dataset

Step 2: Start Jina Search Service

$ python main.py serve -f flow.yml

Step 3: Predict tags for new image

For instance, you can follow the example.py to see how to predict:

$ python example.py

About

automatic image tagging with jina


Languages

Language:Python 100.0%