Skip to content

I used this image tagger tool to tag images for training

Notifications You must be signed in to change notification settings

batkhongor/image_tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image_tagger

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.

Requirements

You need Python 3.x or later to run image_tagger.

Quick start

  1. install necessary packages using pip

    pip install -r requirements.txt

  2. run image_tagger:

    $ python manage.py runserver

  3. Navigate to http://localhost:8000 in your browser

About

I used this image tagger tool to tag images for training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published