Skip to content

krisfur/data-labeller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🏷️ Data Labeller

Go Go

A simple Go + HTML/CSS/JS tool to label text samples for training models.

🎬 Showcase

screencast

✨ Features

  • 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

πŸš€ Usage

  1. Clone the repository:
git clone https://github.com/yourusername/data-labeller.git
cd data-labeller
  1. Run the Go server:
go run main.go
  1. Open http://localhost:8080 in your browser.

πŸ“„ License

MIT

About

Basic data labelling app in Go+HTML/CSS/JS.

Topics

Resources

Stars

Watchers

Forks