doccano

面向机器学习从业者的开源文本标注工具。「Open source text annotation tool for machine learning practitioner.」

Github星跟踪图

doccano

Codacy Badge
Build Status

doccano is an open source text annotation tool for humans. It provides annotation features for text classification, sequence labeling and sequence to sequence tasks. So, you can create labeled data for sentiment analysis, named entity recognition, text summarization and so on. Just create a project, upload data and start annotating. You can build a dataset in hours.

Demo

You can try the annotation demo.

Demo image

Features

  • Collaborative annotation
  • Multi-language support
  • Mobile support
  • Emoji :smile: support
  • Dark theme
  • RESTful API

Usage

Three options to run doccano:

  • pip(experimental)
  • Docker
  • Docker Compose
    • production
    • development

For docker and docker compose, you need to install dependencies:

pip installation

To install doccano, simply run:

pip install doccano

After installation, simply run the following command:

doccano

Go to http://0.0.0.0:8000/.

Docker

As a one-time setup, create a Docker container as follows:

docker pull doccano/doccano
docker container create --name doccano \
  -e "ADMIN_USERNAME=admin" \
  -e "ADMIN_EMAIL=admin@example.com" \
  -e "ADMIN_PASSWORD=password" \
  -p 8000:8000 doccano/doccano

Next, start doccano by running the container:

docker container start doccano

To stop the container, run docker container stop doccano -t 5.
All data created in the container will persist across restarts.

Go to http://127.0.0.1:8000/.

Docker Compose

You need to clone the repository:

git clone https://github.com/doccano/doccano.git
cd doccano

Note for Windows developers: Be sure to configure git to correctly handle line endings or you may encounter status code 127 errors while running the services in future steps. Running with the git config options below will ensure your git directory correctly handles line endings.

git clone https://github.com/doccano/doccano.git --config core.autocrlf=input

Production

Set the superuser account credentials in the docker-compose.prod.yml file:

ADMIN_USERNAME: "admin"
ADMIN_PASSWORD: "password"

If you use Google Analytics, set the tracking:

GOOGLE_TRACKING_ID: "UA-12345678-1"

Run doccano:

$ docker-compose -f docker-compose.prod.yml up

Go to http://0.0.0.0/.

Development

Set the superuser account credentials in the docker-compose.dev.yml file:

ADMIN_USERNAME: "admin"
ADMIN_PASSWORD: "password"

Run Doccano:

$ docker-compose -f docker-compose.dev.yml up

Go to http://127.0.0.1:3000/.

Run Backend API-Tests:

You can run the API-Tests for the backend with the following command:

docker exec doccano_backend_1 pipenv run app/manage.py test api

Add annotators (optionally)

If you want to add annotators/annotation approvers, see Frequently Asked Questions

One-click Deployment

Service Button
AWS[^1] AWS CloudFormation Launch Stack SVG Button
Azure Deploy to Azure
GCP[^2] GCP Cloud Run PNG Button
Heroku Deploy

[^1]: (1) EC2 KeyPair cannot be created automatically, so make sure you have an existing EC2 KeyPair in one region. Or create one yourself. (2) If you want to access doccano via HTTPS in AWS, here is an instruction.
[^2]: Although this is a very cheap option, it is only suitable for very small teams (up to 80 concurrent requests). Read more on Cloud Run docs.

Documentation

See here.

Contribution

As with any software, doccano is under continuous development. If you have requests for features, please file an issue describing your request. Also, if you want to see work towards a specific feature, feel free to contribute by working towards it. The standard procedure is to fork the repository, add a feature, fix a bug, then file a pull request that your changes are to be merged into the main repository and included in the next release.

Here are some tips might be helpful. How to Contribute to Doccano Project

Citation

@misc{doccano,
  title={{doccano}: Text Annotation Tool for Human},
  url={https://github.com/doccano/doccano},
  note={Software available from https://github.com/doccano/doccano},
  author={
    Hiroki Nakayama and
    Takahiro Kubo and
    Junya Kamura and
    Yasufumi Taniguchi and
    Xu Liang},
  year={2018},
}

Contact

For help and feedback, please feel free to contact the author.

主要指标

概览
名称与所有者doccano/doccano
主编程语言Python
编程语言Python (语言数: 7)
平台Docker, Linux, Mac, Windows
许可证MIT License
所有者活动
创建于2018-05-09 06:10:05
推送于2024-11-22 21:41:34
最后一次提交2024-08-27 14:45:53
发布数32
最新版本名称v1.8.4 (发布于 )
第一版名称v1.0.0 (发布于 )
用户参与
星数9.9k
关注者数133
派生数1.8k
提交数3.5k
已启用问题?
问题数1533
打开的问题数343
拉请求数621
打开的拉请求数18
关闭的拉请求数171
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?