This open-source tool ‘Doccano’ provides annotation features for text classification

Doccano is an open-source text annotation tool for machine learning professionals. It sets annotation features for sequence labeling, text classification and sequence to sequence tasks. It has multiple applications like creating labeled data for sentiment analysis, named entity recognition, text summarization and so on.

Unlike other free open source annotation tools such as Brat and Anafora, Doccano has better modern UX experience. Other modern text annotations tools exist like Prodigy and LightTag, but they cost a lot.

Features include:

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

Github: https://github.com/doccano/doccano

Installation:

Two options to run Doccano

  1. Docker Compose
$ git clone https://github.com/chakki-works/doccano.git
$ cd doccano
$ docker-compose -f docker-compose.prod.yml up

2. Docker

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

Demo: http://doccano.herokuapp.com/

Source:http://doccano.herokuapp.com/demo/named-entity-recognition/#

Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.

🐝 [FREE AI WEBINAR] 'Beginners Guide to LangChain: Chat with Your Multi-Model Data' Dec 11, 2023 10 am PST