Welcome to Image Database’s documentation!
ImageDatabase has two methods for finding images: a metadata search and recommendations for similar looking images. The metadata search looks through an SQL database created using the EXIF data and filename of each image file in the images/raw directory. The recommendations for similar looking images are generated using resnet18, a library for Deep residual networks pre-trained on ImageNet.
You can add your own images by adding them to the images/raw directory. ImageDatabase has been tested with .jpg, but other formats are also compatible. They will be added to the database on startup.
To get started, visit the Install and Setup Guide.