{ "cells": [ { "cell_type": "markdown", "id": "1fc1bf01-38c6-4014-b123-5aebb6f5d43f", "metadata": {}, "source": [ "# VLMs guessing algorithms to process images\n", "In this notebook we will use a VLM to guess an algorithm that could be used to process an image.\n", "\n", "We do this 25 times and draw a wordcloud from the responses." ] }, { "cell_type": "code", "execution_count": 1, "id": "2877e1b7-b2b9-4fc5-9160-57ddab2a44f1", "metadata": {}, "outputs": [], "source": [ "from bia_bob import bob, ask_llm\n", "from skimage.data import human_mitosis\n", "import wordcloud\n", "import matplotlib.pyplot as plt" ] }, { "cell_type": "code", "execution_count": 2, "id": "f8f7b43f-cc2a-44fe-b989-954944644a96", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", "