Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 477 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 477 Bytes

Doccano_Docker

A simple Dockerized Text annotation tool

How to run

$ docker-compose up

Only the first run

$ docker exec doccano tools/create-admin.sh "admin" "admin@example.com" "password"

doccano.localhost

Go to Login

Connect with your credentials ("admin" & "password" for this example)

You can now create persistent Doccano projects for text annotation

To stop your doccano container

docker-compose down