ModelTC /
LightLLM
LightLLM is a Python-based LLM (Large Language Model) inference and serving framework, notable for its lightweight design, easy scalability, and high-speed performance.
Loading repository data…
Rayol3 / repository
A lightweight, Python-based application for labeling images with Bounding Boxes (detection) and Polygons (segmentation). Designed to create datasets for training AI models like YOLO.,Designed to create datasets for training AI models like YOLO (v5, v8, v11). *Diseñada para crear datasets para entrenar modelos de IA como YOLO (v5, v8, v11).
FastLabel is a lightweight, cross-platform Python application for labeling images with Bounding Boxes (Detection) and Polygons (Segmentation).
Es una aplicación ligera y multiplataforma en Python para etiquetar imágenes con Cajas Delimitadoras (Detección) y Polígonos (Segmentación).
Designed to create datasets for training AI models like YOLO (v5, v8, v11).
Diseñada para crear datasets para entrenar modelos de IA como YOLO (v5, v8, v11).
While built originally for pothole detection, this tool is perfect for:
Aunque se creó originalmente para la detección de baches, esta herramienta es perfecta para:
.txt output. (Formato YOLO: Salida normalizada .txt.)# 1. Navigate to folder / Navegar a la carpeta
cd path\to\sofware-labels
# 2. Create virtual environment / Crear entorno virtual
python -m venv venv
# 3. Activate / Activar
.\venv\Scripts\activate
# 4. Install dependencies / Instalar dependencias
pip install -r requirements.txt
# 1. Navigate to folder / Navegar a la carpeta
cd /path/to/sofware-labels
# 2. Create virtual environment / Crear entorno virtual
python3 -m venv venv
# 3. Activate / Activar
source venv/bin/activate
# 4. Install dependencies / Instalar dependencias
pip install -r requirements.txt
Ensure your environment is active (venv). / Asegúrate de que tu entorno esté activo (venv).
python main.py
W / Rect Tool: Bounding Boxes (Cajas).E / Poly Tool: Polygons (Polígonos).Q / Select Tool: Select shapes to delete. (Seleccionar formas para borrar.)D (Next/Siguiente), A (Prev/Anterior).| Key | Action | Acción |
|---|---|---|
| W | Rect Tool | Herramienta Rectángulo |
| E | Poly Tool | Herramienta Polígono |
| Q | Select Tool | Herramienta Seleccionar |
| D | Next Image | Siguiente Imagen |
| A | Prev Image | Imagen Anterior |
| S | Force Save | Forzar Guardado |
| Z | Undo | Deshacer |
| Delete | Delete Selected | Borrar Seleccionado |
Files are saved as .txt in the image folder. / Los archivos se guardan como .txt en la carpeta de imágenes.
Bounding Box / Caja:
<class_id> <x_center> <y_center> <width> <height>
Polygon / Polígono:
<class_id> <x1> <y1> <x2> <y2> ... <xn> <yn>
Selected from shared topics, language and repository description—not editorial ratings.
ModelTC /
LightLLM is a Python-based LLM (Large Language Model) inference and serving framework, notable for its lightweight design, easy scalability, and high-speed performance.
hanruihua /
A Python-based lightweight robot simulator designed for navigation, control, and learning
kensho-technologies /
A fast and lightweight python-based CTC beam search decoder for speech recognition.
abhishekkrthakur /
lightweight, python based chat ui
b-ned /
A lightweight Python-based tool for extracting and analyzing column lineage for dbt projects
canva-public /
A lightweight Python-based tool for extracting and analyzing data column lineage for dbt projects