Package misty2py_skills
Misty2py-skills is a Python 3 library of Misty II skills developed using Misty2py library.
Running the skills
Copy the .env.example from the root directory of this repository into .env and replace the values of MISTY_IP_ADDRESS and PROJECT_DIR with appropriate values.
If you are running the skills from the source, run commands pip install poetry and poetry install to get the dependencies.
Sub-modules
misty2py_skills.demonstrations-
Skills in this sub-module do not have practical real-world use cases, but are included to present the possibilities of Misty2py.
misty2py_skills.expressions-
This module implements an angry expression and a listening expression.
misty2py_skills.face_recognition-
This module implements a face recognition skill that allows Misty to greet people with their chosen name.
misty2py_skills.hey_misty-
This module implements a skill where Misty reacts to the keyphrase "Hey, Misty!" with the listening expression defined in
misty2py_skills.expressions. misty2py_skills.question_answering-
This module implements a skill that allows a person to have a simple dialogue with Misty.
misty2py_skills.remote_control-
This module contains a skill that allows the user to remotely control Misty using a keyboard.