Image annotation or Text blob annotation with Telegram. Available on annotbot.com
- Goto to http://www.annotbot.com
- Follow the instructions and create a bot
- Chat with http://t.me/Annotbot on telegram
- Tell it yor dataset name, and start tagging
- Share it with as many people as possible
- When done, goto http://www.annotbot.com/view_annotations and download the annotations
- Install:
pip install -U git+https://github.com/urigoren/Annotbot
- Import:
from annotbot_client import submit_dataset, annotated
- Submit:
submit_dataset("test", "test dataset", ["a", "b", "c"], {1: "test 1", 2: "test 2"})
- Download :
annotated('test')
Contact me at argmax.ml