Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Draws a Birb

An experiment where Claude (Anthropic's AI) attempts to draw a European Robin in pure HTML + SVG, using a reference photo found on Google Images.

tldr

Live Site

Hosted on GitHub Pages: View the gallery

What's Inside

Page Description
index.html Landing page with links to each version
freehand.html First attempt — freehand SVG drawn from scratch
traced.html Second attempt — SVG traced over the reference photo coordinates
lessons-learnt.html What worked, what didn't, and technical notes

The Process

  1. Opened Chrome and searched Google Images for "cute robin bird"
  2. Saved a reference photo (European Robin from Stockvault.net)
  3. Drew the bird freehand in SVG using paths, gradients, and filters
  4. Viewed in Chrome side-by-side with the reference, iterated
  5. Tried a second approach: tracing over the reference using matched pixel coordinates
  6. Added an "Artist Mirror" flip button and trace overlay toggle

Credits

Contributors

Languages