An open API service indexing awesome lists of open source software.

https://github.com/spirali/lablab

Simple Image Annotation Tool
https://github.com/spirali/lablab

annotations

Last synced: over 1 year ago
JSON representation

Simple Image Annotation Tool

Awesome Lists containing this project

README

          

# Lablab

Simple image labeling tool. Written in Flask + React.

# Usage

Starting annotator:

```
python3 -m lablab serve /path/to/images
```

After that, open the browser at `http://localhost:3800`

# Import

Importing VOC files:

```
python3 -m lablab import /path/to/images
```