Annotation Ticketing Framework
The VISCERAL Annotation Ticketing Framework provides a backend and frontend component to manage the distribution of annotation tickets of multiple structures to multiple annotators. It can be downloaded from GitHub.
The framework is build on three components:
- MySQL DB (create functions in ./db/) to store tickets, annotators,...
- Webinterface, as frontend for annotators to submit annotations and quality checks (./frontend/visceral/)
- Matlab backend to manage, distribute and modify tickets (./matlab_backend/)