/example-image-tagger

automatic image tagging with jina

Primary LanguagePython

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