haesleinhuepf / git-bob-playground

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[Test]: claude vision #58

Open haesleinhuepf opened 1 month ago

haesleinhuepf commented 1 month ago

What is in this image?

real_cat

git-bob ask claude to try to write a jupyter notebook that redraws the content of the image using matplotlib. Draw very detailed. Put all the drawing code in one cell and save the plot as png before showing it at the end.

github-actions[bot] commented 1 month ago

This message was generated by git-bob (version: 0.11.2dev, model: claude-3-5-sonnet-20241022, log), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

In response to issue #58 requesting analysis of a cat image, I downloaded the original cat image and created a Jupyter notebook to redraw it using matplotlib. The notebook contains detailed drawing code using various matplotlib shapes to recreate the cat's facial features. The drawing code is contained in a single cell and saves the result as a PNG file before displaying it. This resulted in three files being created/modified: the original downloaded cat image, the matplotlib-drawn version saved as drawn_cat.png, and the Jupyter notebook containing the drawing code.