PhiTag is a modular and extensible web application solution aimed at providing a simple and easy to use interface for different tagging and annotation tasks, finding new annotators, managing the annotation process and providing a platform for the evaluation of the results.
The main technology-stack of PhiTag is based on Spring and Next.js. The application is built on top of Spring as a backend and Next.js as a frontend provider. For a detailed description of the architecture and the technologies used, please refer to the wiki or the subdirectories README's docker
, backend
and frontend
.
To start the PhiTag application using Docker, first navigate to the Docker directory. Use the following command:
docker-compose -f docker-compose.local.yml up --remove-orphans
or
podman-compose -f docker-compose.local.yml up --remove-orphans
A running version of PhiTag is available at https://phitag.ims.uni-stuttgart.de/. Please note, as this is a development version, it is not guaranteed to be stable and data might be lost at any time.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.