AI labeling of video and images https://spacecruft.org/deepcrayon/ailabeler
Find a file
2025-09-07 09:21:25 -06:00
src Add missing SAM2 bits 2025-04-06 15:07:05 -06:00
.gitignore ignore .venv 2025-09-07 09:21:25 -06:00
BUILD.md Add build docs, PyPi noted 2025-04-06 15:16:50 -06:00
CHANGELOG.txt v0.5.0 2025-04-06 15:17:22 -06:00
LICENSE-apache.txt Apache 2.0 2025-04-06 14:29:55 -06:00
LICENSE-GPLv3.txt GPLv3 2025-04-06 12:29:30 -06:00
pyproject.toml Requires Python 3.10 or greater 2025-04-06 14:46:51 -06:00
README.md Add build docs, PyPi noted 2025-04-06 15:16:50 -06:00

AI Labeler

AI Labeler labels images and videos.

Installation

Thusly, suit to taste:

git clone https://spacecruft.org/deepcrayon/ailabeler
cd ailabeler/
python -m venv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install ailabeler

Fork

AI Labeler is a fork of GPLv3 licensed X-AnyLabeling.

SAM2 is a fork of Apache 2.0 licensed Segment Anything 2 from CVHub.

CVHub forked Apache 2.0 licensed SAM2 from Facebook.

This AI Labeler fork has fewer features than upstream, but should be easier to install and has everything setup including SAM2 "out-of-the-box".

License

GPLv3.

Unofficial project, not related to upstream projects.

Upstream sources under their respective copyrights.

Copyright © 2025 Jeff Moe.