Skip to content

Instantly share code, notes, and snippets.

@doolbarez
doolbarez / _wsgi.py
Last active February 5, 2026 16:36
LEGO Keypoint ML Backend for Label Studio + Vast.ai
"""
LEGO Keypoint ML Backend for Label Studio
Auto-retraining every N annotations
"""
import os
import threading
import logging
import re
from urllib.parse import unquote
from ultralytics import YOLO