Fashion image search

A simple image neural search demo for Fashion-MNIST. No extra dependencies needed, simply run:

  1. jina hello fashion

Tip

…or even easier for Docker users, no install required:

  1. docker run -v "$(pwd)/j:/j" jinaai/jina hello fashion --workdir /j && open j/hello-world.html
  2. replace "open" with "xdg-open" on Linux

../../../_images/hello-fashion-1.png

This downloads the Fashion-MNIST training and test dataset and tells Jina to index 60,000 images from the training set. Then it randomly samples images from the test set as queries and asks Jina to retrieve relevant results. The whole process takes about 1 minute.

../../../_images/hello-fashion-2.png