The AssemblyThe Assembly
Make | Smart | Things
  • About Us
  • Events
  • Workshop Videos
  • Show & Tech
  • Contact Us

Turn Your Raspberry Pi into an AI Assistant

Say goodbye to Google Home and Alexa! In this session, we will show you how you can make your personal Google Assistant using Raspberry-Pi. We will use Google APIs to turn our Raspberry-Pi into an AI Assistant.

Paste this in the asoundrc file:

pcm.!default {
  type asym
  capture.pcm "mic"
  playback.pcm "speaker"
}
pcm.mic {
  type plug
  slave {
    pcm "hw:[card number],[device number]"
  }
}
pcm.speaker {
  type plug
  slave {
    pcm "hw:[card number],[device number]"
  }
}

**Replace the [card number] and [device number] with your own card and device number.**

Post navigation

Build Arduino Social Distancing Glasses
Build An Arduino Face Mask Reminder
The Assembly
© 2015 Optimistix Ventures
  • About Us
  • Events
  • Workshop Videos
  • Show & Tech
  • Contact Us