Skip to content
forked from doccano/doccano

Open source text annotation tool for machine learning practitioner.

License

Notifications You must be signed in to change notification settings

aiboxlab/doccano

 
 

Repository files navigation

doccano

Forked from https://github.com/chakki-works/doccano

Create superuser

docker exec doccano tools/create-admin.sh "admin" "[email protected]" "password"

To pull changes from original repo

$ git remote add upstream https://github.com/chakki-works/doccano.git
$ git fetch upstream
$ git checkout master
$ git merge upstream/master
$ git push

To setup superuser

docker exec doccano tools/create-admin.sh "admin" "[email protected]" "admin123"

About

Open source text annotation tool for machine learning practitioner.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.4%
  • Vue 17.7%
  • JavaScript 10.9%
  • HTML 10.5%
  • CSS 5.3%
  • Shell 1.8%
  • Dockerfile 0.4%