This content originally appeared on DEV Community and was authored by Kiamehr
Ever wondered how to create a assistant with a raspberry pi? Well then you’re in the right place!
Getting started
What you’ll need:
USB Microphone (or 3.5mm if using Pi 4B)
USB Speaker
Raspberry Pi 5/4B 4/8/16GB (Pi 5 strongly recommended)
MicroSD card
Pi PSU (5V 5A PD)
Python (Tested with 3.11.2)
To run this and actually get it working, check it out on my github for more instructions:
https://github.com/Kiamehr5/RasbPi-AI-Assistant
This content originally appeared on DEV Community and was authored by Kiamehr