Skip to content

Releases: stelaras36/labelforge

v1.0.0 – Initial public release

05 Sep 18:08

Choose a tag to compare

What’s inside

  • FastAPI app for text labeling (Positive / Neutral / Negative)
  • Minimal HTML UI for quick labeling
  • SQLite storage
  • Export to CSV (UTF-8 with BOM for Excel)
  • Export to JSONL (ML-friendly)

How to run (Windows)

  1. python -m venv .venv
  2. .venv\Scripts\activate
  3. pip install -r requirements.txt
  4. python init_db.py
  5. uvicorn app:app --reload
    Open http://127.0.0.1:8000/ui

Full Changelog: https://github.com/stelaras36/labelforge/commits/v1.0.0