Skip to content
/ avs Public
forked from respeaker/avs

python implementation of alexa voice service app, 支持DuerOS

License

Notifications You must be signed in to change notification settings

anjoah/avs

 
 

Repository files navigation

Python Alexa Voice Service App

Features

To do

  • Speaker interface
  • Notifications interface

Requirements

  • gstreamer1.0 gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly
  • python-gi python-gst gir1.2-gstreamer-1.0
  • respeaker python library pocketsphinx (optional, for hands-free keyword spotting)

Get started

  1. run alexa-auth to login Amazon, it will save authorization information to ~/.avs.json
  2. run alexa-tap, then press Enter to talk with alexa
  3. run alexa, then use "alexa" to start with conversation with alexa, for example, "alexa, what time is it"

Change Alexa Voice Service client id and product id

If you want to use your own client id and product id, try:

  1. register for an Amazon Developer Account.

  2. create a file named config.json with your product_id, client_id and client_secret:

    {
        "product_id": "x",
        "client_id": "y",
        "client_secret": "z"
    }
    
  3. run alexa-auth -c config.json

  4. run alexa-tap or alexa

License

  • Free software: GNU General Public License v3

Credits

This project is based on nicholas-gh/python-alexa-client.

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

python implementation of alexa voice service app, 支持DuerOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%