Open source annotation tool for machine learning practitioners.
doccano is an open-source text annotation tool designed for human use. It offers annotation capabilities for various tasks like text classification, sequence labeling, and sequence to sequence tasks. Users can create labeled data for sentiment analysis, named entity recognition, text summarization, and more. The tool allows for easy project creation, data uploading, and annotation, enabling users to build datasets quickly.
To install doccano, users can choose from three options: pip, Docker, or Docker Compose.
pip install doccano
docker run -d -p 8000:8000 doccano\doccano
doccano is a versatile open-source text annotation tool that simplifies the creation of labeled datasets for various text analysis tasks. With collaborative annotation, multi-language support, and mobile accessibility, it caters to diverse user needs. The availability of a RESTful API and different installation options make it adaptable to different workflows and environments.