Pandas dataframe to inline images in minutes

Not sure if we have discussed this in-class, but I came across this Kaggle notebook recently.

My goal was simple : after testing/inference on several images, I wished to sample a few hundred and observe the results. With negligible background in HTML, I was able to create a HTML page from a pandas dataframe and a directory of images – all in my Jupyter notebook. Can we do better?

4 Likes

That’s a very helpful link!

1 Like

Love this, thanks :wink: