Back to explore

Using Braille Characters to Let Text-Only Jev Understand Shapes

The author tries to get Jev, which is text-only with no image input, to understand basic shapes: render a shape to a 64×64 canvas, threshold it, and pack each 2×4 pixel block into a Unicode braille glyph, turning the image into 512 plain-text characters fed to Jev.

Can Jev understand basic shapes? Kind of. Jev is text-only. No image input at all. So I cheated. Render a shape to a 64×64 canvas, threshold it, and pack every 2×4 block of pixels into a Unicode braille glyph. The picture becomes 512 characters of plain text, which Jev can

· 0 likesOpen on X