AI assistant

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
helidude135
 
Posts: 8
Joined: Sat Oct 01, 2022 2:52 pm

AI assistant

Post by helidude135 »

Hello,

I would like to build an AI assistant to use voice commands to change radio stations for me while riding my motorcycle. What would be the best board to use? I can use full python for the coding language but was curious if its possible on circuit python? or any ideasw on what the best language is to use for a project like this. Thank you!

User avatar
barshatriplee
 
Posts: 200
Joined: Wed Mar 22, 2023 10:11 am

Re: AI assistant

Post by barshatriplee »

You can use Raspberry pi or Esp32. If you chose Raspberry Pi, you can utilize existing Python libraries for speech recognition and audio processing. For example, the "SpeechRecognition" library can handle speech-to-text conversion, and you can use libraries like "pygame" or "pyaudio" for audio input/output.

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”