Garrafao / phitag

Source code of open-source text annotation platform PhiTag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhiTag

Introduction

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.

Getting Started & Contributing

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.

Start PhiTag in docker container

To start the PhiTag application using Docker, first navigate to the Docker directory. Use the following command:

docker-compose -f docker-compose.local.yml down --remove-orphans

or

podman-compose -f docker-compose.local.yml down --remove-orphans

Running Version

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.

License

Shield: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

Credits

About

Source code of open-source text annotation platform PhiTag

License:Other


Languages

Language:Java 54.8%Language:TypeScript 44.8%Language:CSS 0.2%Language:JavaScript 0.1%Language:Dockerfile 0.0%