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
- Host: GitHub
- URL: https://github.com/spirali/lablab
- Owner: spirali
- License: mit
- Created: 2020-07-24T14:11:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T14:37:22.000Z (almost 6 years ago)
- Last Synced: 2025-01-13T06:28:41.012Z (over 1 year ago)
- Topics: annotations
- Language: TypeScript
- Homepage:
- Size: 1.64 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```