lcaggio / aiyprojects-raspbian

An easy-to-use API for the AIY Voice Kit

Home Page:https://aiyprojects.withgoogle.com/voice/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains an easy-to-use API for the AIY Vision Kit and AIY Voice Kit. You can use it for face detection and object recognition, or use it to create voice commands with simple while loops - have a look at the demos. Documentation is at the AIY Projects site.

For guidelines on contributing, look at CONTRIBUTING.md. If you're using Raspbian instead of Google's provided image, read HACKING.md for information on getting started.

For returning users: The code for all AIY kits is in the aiyprojects branch, and is included in images starting with aiyprojects-2017-12-18.img. The previous voicekit branch contains code just for the Voice Kit, and the master branch contains the original, deprecated Voice Recognizer demo.

Support

If you're having trouble assembling your kit or running the demos, try the AIY Forums.

If you've found a bug in the AIY API or demos, you can look at the known issues or create a new one, or even fix it yourself and send us a pull request.

If you've found a problem with the Assistant (for example, crashes in the library or incorrect responses), you can try the G+ community, Stack Overflow, or the assistant-sdk-python repo.

If you've had a problem after updating the source code, try downloading the latest AIY image from the website, or alternatively run the following commands in the dev terminal:

rm -r env
./scripts/install-deps.sh

About

An easy-to-use API for the AIY Voice Kit

https://aiyprojects.withgoogle.com/voice/

License:Apache License 2.0


Languages

Language:Python 98.2%Language:Shell 1.7%Language:Makefile 0.1%