I developed this image tagger tool to prepare training data for object classification using django rest in 2018.
It helps a lot to speed up tagging images. I tagged over 20,000 thousand images within 2 days.
You need Python 3.x or later to run image_tagger.
-
install necessary packages using pip
pip install -r requirements.txt
-
run image_tagger:
$ python manage.py runserver
-
Navigate to http://localhost:8000 in your browser