本站面向开发者与科研用户,提供开源镜像的搜索和下载加速服务。
所有镜像均来源于原始开源仓库,本站不存储、不修改、不传播任何镜像内容。

doccano Docker 镜像下载 - 轩辕镜像

doccano 镜像详细信息和使用指南

doccano 镜像标签列表和版本信息

doccano 镜像拉取命令和加速下载

doccano 镜像使用说明和配置指南

Docker 镜像加速服务 - 轩辕镜像平台

国内开发者首选的 Docker 镜像加速平台

极速拉取 Docker 镜像服务

相关 Docker 镜像推荐

热门 Docker 镜像下载

doccano
doccano/doccano

doccano 镜像详细信息

doccano 镜像标签列表

doccano 镜像使用说明

doccano 镜像拉取命令

Docker 镜像加速服务

轩辕镜像平台优势

镜像下载指南

相关 Docker 镜像推荐

Open source text annotation tool for machine learning practitioner.
15 收藏0 次下载activedoccano镜像

doccano 镜像详细说明

doccano 使用指南

doccano 配置说明

doccano 官方文档

doccano

![Codacy Badge]([] ![doccano CI]([]

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:

  • Git
  • Docker
  • Docker Compose

pip installation

To install doccano, simply run:

bash
pip install doccano

After installation, simply run the following command:

bash
# Initialize database.
doccano init
# Create a super user.
doccano createuser --username admin --password pass
# Start the webserver.
doccano webserver --port 8000

And in another terminal, run the following command:

bash
# Start the task queue.
doccano task

Go to <[***]>.

Docker

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

bash
docker pull doccano/doccano
docker container create --name doccano \
  -e "ADMIN_USERNAME=admin" \
  -e "ADMIN_EMAIL=***" \
  -e "ADMIN_PASSWORD=password" \
  -p 8000:8000 doccano/doccano

Next, start doccano by running the container:

bash
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 <[***]>.

Docker Compose

You need to clone the repository:

bash
git clone [***]
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.

bash
git clone [***] --config core.autocrlf=input

Production

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

yml
ADMIN_USERNAME: "admin"
ADMIN_PASSWORD: "password"

If you use Google Analytics, set the tracking:

yml
GOOGLE_TRACKING_ID: "UA-***-1"

Run doccano:

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

Go to <[***]>.

Development

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

yml
ADMIN_USERNAME: "admin"
ADMIN_PASSWORD: "password"

Run Doccano:

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

Go to <[***]>.

Run Backend API-Tests:

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

bash
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

ServiceButton
AWS1![AWS CloudFormation Launch Stack SVG Button]([***]
GCP2![GCP Cloud Run PNG Button]([***]
Heroku![Deploy]([***]

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

tex
@misc{doccano,
  title={{doccano}: Text Annotation Tool for Human},
  url={[***]},
  note={Software available from [***]},
  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.

Footnotes

  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.

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

oldzhang的头像

oldzhang

运维工程师

Linux服务器

5

"Docker加速体验非常流畅,大镜像也能快速完成下载。"