Show HN: Open-Source Voice AI Badge Powered by ESP32+WebRTC
16 points
17 hours ago
| 1 comment
| github.com
| HN
hi!

video[0]

The idea is you could carry around this hardware and ask it any questions about the conference. Who is speaking, what are they speaking about etc... it connects via WebRTC to a LLM and you get a bunch of info.

This is a workshop/demo project I did for a conference. When I was talking to the organizers I mentioned that I enjoy doing hardware + WebRTC projects. They thought that was cool and so we ran with it.

I have been doing these ESP32 + voice ai projects for a bit now. Started with an embedded sdk for livekit[1] that jul 2024 and been noodling with it since then. This code then found its way into pipecat/livekit etc...

So I hope it inspires you to go build with hardware and webrtc. It's a REALLY fun space right now. Lots of different cheap microcontrollers and even more cool projects.

[0] https://www.youtube.com/watch?v=gPuNpaL9ig8

[1] https://github.com/Sean-Der/embedded-sdk

nunobrito
15 hours ago
[-]
Hello,

Maybe possible to propose as challenge an ESP32 project to play music according to what is stored on the memory card (completely offline)?

There are already voice recognition happening offline, but there isn't yet something that can find relevant music and play it offline.

reply
Sean-Der
12 hours ago
[-]
I think you would need the ESP32 to connect to another host. Doing Speech-to-Text, LLM, Text-to-speech is pretty intensive. Even if you connect to a Raspberry Pi.

But totally possible! It's a great idea and would love too help you build it :)

Wire some Open Source together and just start with a small collection of ogg files.

reply
bestouff
1 hour ago
[-]
There was one a startup called Snips https://snips.ai/ which made an open-source voice recognition engine running on an RPi.
reply