About EchoGlyph

A recognition studio for musical marks.

EchoGlyph is a full-stack Next.js prototype for drawing band logos and receiving a polished music result. The current engine is mock AI by design, but the API boundary is ready for a real computer vision model.

/api/recognize

Canvas image to band profile

Canvas-first editor

Mouse and touch drawing, brush controls, eraser, undo, redo, export, and reload recovery.

Recognition API

The /api/recognize route accepts the drawing image and returns a clean JSON contract for future ML integration.

Music profiles

Each match includes visual identity, confidence, description, alternatives, and five top songs.

Local history

Search history stays in localStorage so users can reopen drawings after refreshes or later visits.