Skip to content

argmaxml/annotbot

Repository files navigation

AnnotBot

Image annotation or Text blob annotation with Telegram. Available on annotbot.com

How to use AnnotBot ?

  1. Goto to http://www.annotbot.com
  2. Follow the instructions and create a bot
  3. Chat with http://t.me/Annotbot on telegram
  4. Tell it yor dataset name, and start tagging
  5. Share it with as many people as possible
  6. When done, goto http://www.annotbot.com/view_annotations and download the annotations

Usage within python

  1. Install: pip install -U git+https://github.com/urigoren/Annotbot
  2. Import: from annotbot_client import submit_dataset, annotated
  3. Submit: submit_dataset("test", "test dataset", ["a", "b", "c"], {1: "test 1", 2: "test 2"})
  4. Download : annotated('test')

Bot Screenshot

alt text

Questions / Comments / Suggestions ?

Contact me at argmax.ml