Welcome to the accompanying repo for the Count-Min Sketches essay.
This contains the full tutorial in one go, so if you get stuck anywhere, feel free to persue index.ts for pointers.
You can run it in one go too:
bun install
bun run index.ts
You should see a bunch of console.logs, and a nice new compressedSketch.png
.
How did you get the full Wodehouse text in one file?
I had Claude fetch it using gutendex. Here's the script.