Skip to main content

Web UI

After ingesting some data, you can see its status in the ApertureDB Web UI.

info

The default login and password for Community edition is admin:admin; for other deployment methods, is chosen by the user at setup time.

You can filter data based on attribute values and see the matching images or videos from the same UI dashboard. The generated JSON-based query can be seen in the pane below the images or videos.

If images have associated bounding boxes, they are shown on the UI as seen in the snapshot below. You can do minor edits to these bounding boxes such as changing their labels or coordinates.

png

If images are assocated with embeddings (see Descriptor Commands), our UI will allow you to see similar images corresponding to the displayed images are available in the database.

The Custom Query tab is a great place to start customizing queries and trying them out. We offer an autocomplete feature to help with the syntax and options. This is a good way to test queries before putting them into your client code.

Overall, it's a handy interface to examine datasets, let's say prior to training or inference as well as after if any debugging or understanding is required without writing a lot of code.

Access Control

The WebUI also has a tab called "ACCESS CONTROL" that can be used to add new users to an ApertureDB instance and modify their roles. Commonly you will want roles for "admin", "reader" and "writer".