A simple tag manager for adding descriptive captions to training data.
Tag Manager allows you to load a dataset of images, customise the captions that should be used for training, and save them in a text file alongside the existing image file.
- Git
- Docker + Docker Compose
Clone the repo to your desired location and change directory in your terminal.
git clone https://github.com/nerdenough/tag-manager.git <target-path>
cd <target-path>
Start up both the API and the App services through docker-compose
.
docker-compose up
The web app will now be running at http://localhost:5173.
Add dataset images in a custom subfolder within ./datasets
. This is required to open the dataset in the tag manager.
When captions are added and saved through the web app a .txt
file containing the captions will be written with the same name as the image file.