Yet another data labeling tool
Project description
QSL: Quick and Simple Labeler
QSL is a simple image labeling tool. It supports batch and single image labeling using images stored locally, on the web, or in cloud storage (currently only S3).
Getting Started
Documentation for more advanced functions is forthcoming, but the following will get you started with basic labeling tasks.
- Install using
pip install qsl
- Start the labeling application from a desired working directory using
qsl label --port <PORT>
. The application will be running athttp://localhost:<PORT>
. - Create your first labeling project, configure the labeling task with your desired classes, add images, and then start labeling in single image or batch mode.
- Export labels for your project in JSON format.
Development
- Install Poetry.
- Clone this repository.
- Initialize your development environment using
make init
- Launch a live reloading version of the frontend and backend using
make develop
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qsl-0.0.9.tar.gz
(1.7 MB
view hashes)
Built Distribution
qsl-0.0.9-py3-none-any.whl
(1.8 MB
view hashes)