tree: 2ecd0e5df33b0d965bfa70210b08748fb62f98da
  1. adapters.py
  2. image_telephone.ipynb
  3. README.md
  4. requirements.txt
  5. run.py
  6. streamlit.py
examples/LLM_Workflows/image_telephone/README.md

Image Telephone

See the streamlit app for documentation.

This example uses dataflows from the hub to do something fun with image captioning and generation. Note that hamilton code is used rather than defined here.

Contents

There are two files in this:

  1. generate_images.ipynb
  2. streamlit.py

The first is a notebook that generates images and captions, and the second is a streamlit app that displays them.