A voice-activated sticker printer. Press and hold the button, describe what you want, and it generates a black and white coloring page sticker that prints to a thermal printer.
- Hold the button and speak (max 5 seconds)
- Whisper transcribes your voice
- Google Imagen generates a coloring page based on your description
- Image displays in browser and prints to USB thermal printer
- Install dependencies:
pnpm install- Create
.envfile:
GEMINI_API_KEY=your_api_key_here
- Connect a USB thermal printer. Currently only supports USB printer in MacOS - I would like to get this running with bluetooth or a receipt printer instead.
Start the backend server:
pnpm serverStart the frontend (in another terminal):
pnpm devOpen http://localhost:5173
