https://github.com/visual-layer/documentation
https://github.com/visual-layer/documentation
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/visual-layer/documentation
- Owner: visual-layer
- Created: 2025-02-18T11:40:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T07:49:34.000Z (about 1 year ago)
- Last Synced: 2025-05-05T07:51:34.651Z (11 months ago)
- Language: Jupyter Notebook
- Size: 1.41 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual Layer - Getting Started Guide
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.
## Finding and Exporting data:
### 1. Image Search via API
This notebook demonstrates how to use the Visual Layer API to search for images based on similarity.
- 📘 [Visual Layer API Example](notebooks/Image%20search%20via%20api/Visual%20Layer%20api%20example.ipynb)
### 2. Parse Exported JSON into CSV
If you need to process metadata exported from Visual Layer, this notebook helps convert JSON files into CSV format.
- 📘 [Parse JSON Export](notebooks/Parse%20exported%20json%20into%20csv/parse_json_export.ipynb)
- 📘 [Parse Image Data, Duplicates and Mislabels](notebooks/Export%20via%20api/parse_issues.ipynb)
### 3. Export Data via API
These notebooks show how to extract data using Visual Layer's API.
- 📘 [API Simplified Python](notebooks/Export%20via%20api/api_simplified_python.ipynb)
## Preparing Visual Layer input data:
### 4. Creating Input Bounding Box Data: from voc2012 to Visual Layer Objec Detection
- 📘 [VL Bounding Boxes](notebooks/Voc2012%20to%20VL%20Bounding%20Box%20input%20format/voc2012%20to%20VL%20Annoation.ipynb
)
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.
## How to Use
1. Download the repository or access the notebooks directly.
2. Open the `.ipynb` files in Jupyter Notebook or JupyterLab.
3. Follow the instructions in each notebook to execute the code and interact with Visual Layer.
## Requirements
- Python 3.8+
- Jupyter Notebook or JupyterLab
- Required dependencies (listed in each notebook)
## Support
For any questions, feel free to reach out to our support team or check our documentation.
Happy coding! 🚀