This is the repository for the Discourse Analysis Tool Suite (DATS) - an outcome of the D-WISE Project
Please also have a look at our Wiki for more information and How-To's
- test the online demo at https://dats.ltdemos.informatik.uni-hamburg.de/
- host it on your own machine with
docker compose
- clone this repository:
git clone https://github.com/uhh-lt/dats.git
- navigate to the docker directory:
cd dats/docker
- create a copy of the .env.example file:
cp .env.example .env
- edit the .env example file and put in correct values for
UID
,GID
, andJWT_SECRET
- run
docker compose -f docker-compose-ollama.yml up -d
to start Ollama - run
docker compose up -d
to start the Tool Suite - visit http://localhost:13100/ in your browser
- clone this repository:
Apache 2.0 - See license file for details