Releases: stelaras36/labelforge
Releases · stelaras36/labelforge
v1.0.0 – Initial public release
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)
- python -m venv .venv
- .venv\Scripts\activate
- pip install -r requirements.txt
- python init_db.py
- uvicorn app:app --reload
Open http://127.0.0.1:8000/ui
Full Changelog: https://github.com/stelaras36/labelforge/commits/v1.0.0