Welcome to Visual Layer! This guide will help you quickly get started with using Visual Layer's API and tools for visual data management. Below, you'll find links to Jupyter notebooks that demonstrate different functionalities.
This notebook demonstrates how to use the Visual Layer API to search for images based on similarity.
If you need to process metadata exported from Visual Layer, this notebook helps convert JSON files into CSV format.
These notebooks show how to extract data using Visual Layer's API.
This tutorial explains how to convert XML annotations into a Visual Layer Bounding Box format. The script provided parses a fixed XML string and extracts object detection bounding boxes, storing them in a CSV file.
- Download the repository or access the notebooks directly.
- Open the
.ipynb
files in Jupyter Notebook or JupyterLab. - Follow the instructions in each notebook to execute the code and interact with Visual Layer.
- Python 3.8+
- Jupyter Notebook or JupyterLab
- Required dependencies (listed in each notebook)
For any questions, feel free to reach out to our support team or check our documentation.
Happy coding! 🚀