Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.29 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.29 KB

Discourse Analysis Tool Suite (DATS)

DATS Logo

pre-commit.ci status

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

Try it out!

  • 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, and JWT_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

Tech Stack

TechStack

License

Apache 2.0 - See license file for details