How to Create a Custom Skill for Mycroft AI Voice Assistant on Raspberry Pi | Digi-Key Electronics

Поділитися
Вставка
  • Опубліковано 9 вер 2024
  • In this tutorial, we will build a custom skill for the Mycroft AI voice assistant to listen for custom phrases, respond with a voice prompt, and control some hardware.
    Smart speakers use voice assistants, like Alexa and Siri, to respond to spoken commands and perform a number of tasks, such as giving us the weather forecast, news updates, search results, etc. They can even order items and play games with us.
    However, many of the popular voice assistants are proprietary, which are difficult to customize. As a result, we can turn to the open-source Mycroft AI platform if we want to easily implement our own functionality, which is known as a “skill.”
    In this tutorial, we show you how to load the Mycroft AI service onto a Raspberry Pi using a pre-built image known as Picroft. We register the device on the Mycroft homepage, as the voice assistant requires powerful machine learning programs that run on Internet-connected servers.
    Next, we connect an LED and servomotor to the Raspberry Pi and install dependencies that will allow us to control the hardware via Python.
    Finally, we create a custom Mycroft skill using Python that listens for a couple of key phrases and responds by blinking the LED and moving the servo. The skill will also respond using a custom phrase with Mycroft’s voice synthesis program.
    The written form of this guide can be found here:
    www.digikey.co...
    The idea for this tutorial came from Jayy’s desire for a companion bot that can hold a conversation or perform simple actions when requested. By using a voice assistant program, we can begin to create something that approximates artificial intelligence and offer a higher degree of interaction with humans.
    Creating a Mycroft skill requires implementing several functions in a custom class that inherits the MycroftSkill class. Mycroft will automatically instantiate an object of our class and call certain functions within that class. We use a decorator and callback function to handle commands that have been interpreted by Mycroft’s intention parser and that match our declared intention statements.
    The Mycroft skill documentation can be found here: mycroft-ai.git...
    Product Links:
    Raspberry Pi 4B:
    www.digikey.co...
    Pololu Micro Maestro servo controller:
    www.digikey.co...
    Related Videos:
    Jayy’s companion bot with Mycroft AI:
    / 1495921164497076224
    Related Project Links:
    How to Create a Custom Skill for Mycroft AI on Raspberry Pi:
    www.digikey.co...
    Related Articles:
    Python Programming Tutorial: Getting Started with the Raspberry Pi:
    www.digikey.co...
    Learn more:
    Maker.io - www.digikey.co...
    Digi-Key’s Blog - TheCircuit www.digikey.co...
    Connect with Digi-Key on Facebook / digikey.electronics
    And follow us on Twitter / digikey

КОМЕНТАРІ • 10

  • @SolidusPie
    @SolidusPie 2 роки тому +1

    👏👏 I love this project you have explained this perfectly

  • @JureS
    @JureS 2 роки тому +1

    this was great!

  • @CD3MC
    @CD3MC Рік тому +2

    Just a heads up, using anything from a GitHub that is named FRC and then 4 numbers is usually a bad idea, as chances are it was coded for the First Robotics Competition, and therefore won't be even close to maintained...

  • @samsungtelevision695
    @samsungtelevision695 2 роки тому

    Mycroft is really awesome. This project is exciting a f

  • @Jerseylance1
    @Jerseylance1 2 роки тому

    Great video 🔥🔥🔥🔥🔥

  • @floridasurfersrule
    @floridasurfersrule Рік тому

    Jayy needs a youtube channel...or does he have one already?

  • @OhHeyTrevorFlowers
    @OhHeyTrevorFlowers 2 роки тому +1

    I like this topic and both people but the audio clipping made the video unwatchable for me.

  • @claudioguendelman
    @claudioguendelman 2 роки тому

    Great. thanks, i want to know how can i use php to interact with mycroft ? Thanks from Chile Claudio

  • @Jerseylance1
    @Jerseylance1 2 роки тому

    Can I use a AX-12 dynamixel servo?