A simple Go + HTML/CSS/JS tool to label text samples for training models.
- Load tasks from
data/tasks.csv - Customize task question from
data/config.txt - Label each task with "Yes", "No", or "Skip"
- Keyboard shortcuts (1=Yes, 2=No, 3=Skip)
- Save labels persistently to
data/labels.csv - Progress bar
- Clear labels and restart if needed
- Clone the repository:
git clone https://github.com/yourusername/data-labeller.git
cd data-labeller- Run the Go server:
go run main.go- Open
http://localhost:8080in your browser.
MIT
