- A simple Python script to annotate image files with descriptions.
- Opens images and their associated text side by side from a JSON file.
- Selects images from a user-selected directory.
- Select certain region of text and mark as correct or incorrect.
You can download executable (.exe) file directly from the drive link: Textannotator.exe
OR
If you want to install the software locally through source code, simply do the following:
git clone https://github.com/sandeshpokhrel54/Image_caption_annotation
cd Image_caption_annotation
pip install -r requirements.txt
python caption.pyThen, you will be prompted to select the image folder and json file of a class.
- First Select the Image Folder
- Then, select the corresponding json file


