📄️ Working with Entities in ApertureDB
Entities are a way to represent any application level concept in ApertureDB like a Person, Product, Event, etc
📄️ Working with Connections in ApertureDB
Connections are a way to represent relationships between objects in ApertureDB like works_at, contains, etc
📄️ Image and Video Preprocessing or Augmentation
Simply find an existing image, with a single command
📄️ BoundingBox Annotations on Images
Introduce annotation on any image and then fetch just the pixel area within those coordinates
📄️ Image Similarity Search
As a society, we are increasingly surrounded with visual data. From social media to streaming
📄️ Image Classification with PyTorch and ApertureDB
The following notebook illustrates image classification on a set of images retrieved using a dynamic query. The images were ingested into ApertureDB using a related tool prepareaperturedb.py. We use the pre-trained Alexnet model in PyTorch for classification