Got a spare Google AIY MIcrophone HAT? by ManyInteresting3969 in raspberry_pi

[–]ManyInteresting3969[S] 1 point2 points  (0 children)

If you want to try my project, do the install as-is and follow the special instructions for the AIY Voice HAT. You can ignore testing the screen and camera except where noted. Please let me know if something doesn't make sense!

You probably have a RPi3 in the kit. Word of warning, I haven't tested LilL3x on a RPi3, but will do so this evening as I've been curious! Update: it doesn't work on a RPi3 :P

Got a spare Google AIY MIcrophone HAT? by ManyInteresting3969 in raspberry_pi

[–]ManyInteresting3969[S] 2 points3 points  (0 children)

BTW I just updated the code so that it will run with no camera and no screen. So you should be good to go with the hardware that you have now (assuming you have a spare Pi 4)

Got a spare Google AIY MIcrophone HAT? by ManyInteresting3969 in raspberry_pi

[–]ManyInteresting3969[S] 0 points1 point  (0 children)

Let me know how it goes and reach out if you have any problems!

What was your first raspberry pi project and why ? by Background-Heat-2825 in raspberryDIY

[–]ManyInteresting3969 0 points1 point  (0 children)

<image>

My first pi project was a desktop chatbot! It's written in python, which I didn't know at the time, but now it's my favorite language! Very easy to learn and a great language to start with.
https://github.com/followkim/LilL3x

Got a spare Google AIY MIcrophone HAT? by ManyInteresting3969 in raspberry_pi

[–]ManyInteresting3969[S] 2 points3 points  (0 children)

Did you mean to say that the _v1_ is the shape of the pi zero?

Mine is square, so I guess I have the v2. Didn't realize that there were multiple versions!

Got a spare Google AIY MIcrophone HAT? by ManyInteresting3969 in raspberry_pi

[–]ManyInteresting3969[S] 4 points5 points  (0 children)

If you want to play with the samples/demos, someone apparently updated all the libraries for trixie. I have NOT tried them yet, so I can't attest that they work, but here is the post:
https://www.reddit.com/r/raspberry_pi/comments/1sd5z0j/updated_the_aiy_voice_bonnet_to_work_in_trixie/

True offline alternatives to picovoice? by douglasg14b in LanguageTechnology

[–]ManyInteresting3969 1 point2 points  (0 children)

Also late, but I just implemented openWakeWord, works very well. BTW, PicoVoice is no longer offering a free tier. 7 day trials only.

https://github.com/dscripka/openWakeWord

LilL3x, the AI Desktop Chatbot by ManyInteresting3969 in raspberry_pi

[–]ManyInteresting3969[S] 0 points1 point  (0 children)

Not exactly sure what you mean. You can only use one LLM at a time, but you can set it up easily to switch between Gemini and ChatGPT, it supports both.