Inspiration
Everyone's doing AI+Smart Glasses stuff, so we figured why not
What it does
Using our Brilliant Sole JavaScript SDK, we're able to connect to compatible smart glasses (in this case the Brilliant Labs' Frame) to take pictures and display text/images on the glasses from the browser via Web Bluetooth. We used it alongside the Prompt API to simply take a picture from the glasses, create a text prompt via speech using the Whisper, and generate a text+image prompt which we piped into the Prompt API, displaying the text results in the glasses display
Challenges we ran into
shortening the prompt response so the text doesn't overflow the display
Accomplishments that we're proud of
It works
What we learned
How easy the Prompt API was
Log in or sign up for Devpost to join the conversation.