MS-COCO Caption Explorer
June 22, 2021 ยท View on GitHub
A Streamlit UI tool for exploring MS-COCO captions.
Just clone this repo and start exploring.
Explore generated captions
Run streamlit run explore_gen_captions.py
Demo:
- Unzip
demo/data.zip - Run the script
- Screenshot:

Explore JSON file
Run streamlit run explore_json.py
Demo:
- Unzip
demo/data.zip - Run the script
- Screenshot:

Requirements
Requires Python 3.9+, as new features such as dictionary union operator are used.