This is a very simple app for collecting plaintext image captions. There are many like it, but this one is mine.
- poetry install
- Put images that need captions in captioner/static/images
- Run python -m captioner.initdb
- Run python -m captioner
The web interface should be self-explanatory.