Home

Awesome

MS-COCO Caption Explorer

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:

  1. Unzip demo/data.zip
  2. Run the script
  3. Screenshot: alt text

Explore JSON file

Run streamlit run explore_json.py

Demo:

  1. Unzip demo/data.zip
  2. Run the script
  3. Screenshot: alt text

Requirements

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