Working with images in DocArray

Nicholas Dunham
Jina AI
Published in
Aug 16, 2022

Working with images in a machine learning worksheet can be a real pain. Let’s say, for example, you want to find similar faces in the CelebFaces (CelebA) Dataset. You can use a lot of code to achieve that, including functions to load the images and custom classes for metadata…or you can let DocArray handle all the dirty work for you.

In this Kaggle notebook, we’ll build a neural network-backed image search engine in less than thirty lines of code using DocArray and the VGG-Face model.

--

--