Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/aiyprojects-raspbian
API libraries, samples, and system images for AIY Projects (Voice Kit and Vision Kit)
https://github.com/google/aiyprojects-raspbian
ai maker python raspberry-pi
Last synced: 4 months ago
JSON representation
API libraries, samples, and system images for AIY Projects (Voice Kit and Vision Kit)
- Host: GitHub
- URL: https://github.com/google/aiyprojects-raspbian
- Owner: google
- License: apache-2.0
- Archived: true
- Created: 2017-04-20T16:49:05.000Z (over 7 years ago)
- Default Branch: aiyprojects
- Last Pushed: 2021-12-06T00:01:57.000Z (about 3 years ago)
- Last Synced: 2024-09-24T02:31:36.491Z (4 months ago)
- Topics: ai, maker, python, raspberry-pi
- Language: Python
- Homepage: https://aiyprojects.withgoogle.com/
- Size: 2.03 MB
- Stars: 1,621
- Watchers: 166
- Forks: 695
- Open Issues: 159
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - google/aiyprojects-raspbian - API libraries, samples, and system images for AIY Projects (Voice Kit and Vision Kit) (Python)
README
# AIY Projects
This repository contains an easy-to-use Python API for the [AIY Vision Kit][aiy-vision]
and [AIY Voice Kit][aiy-voice]. 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.## Documentation
If you're just getting started with the Vision or Voice kit, see the
assembly guide and other maker guides at [aiyprojects.withgoogle.com].If you just need the Python API reference, see [aiyprojects.readthedocs.io].
Also have a look at the [example code][aiy-github-examples].If you want to flash the latest AIY system image or install AIY packages on an existing
Raspbian system, read the [system updates guide][HACKING.md].## Releases
* [SD card image downloads][downloads]
* [Change log][changelog]You can also build an SD card image yourself using [AIY Projects Tools][aiy-projects-tools].
## Bugs & Support
If you've found a bug, please [review the known issues and report a new one][aiy-github-issues].
If you've fixed a bug yourself, please send us a pull request!
For details, read [CONTRIBUTING.md].If you're having trouble assembling your kit or running the demos, try the following links:
* [AIY Help docs][help-docs]
* [AIY Forums][aiy-forums]
* [AIY Stack Overflow][aiy-stack-overflow]
* [AIY GitHub Issues][aiy-github-issues]
* [email protected]If you've found a problem with the Assistant API (for example, it crashes
or provides incorrect responses), try the following:* [Assistant Stack Overflow][assistant-stack-overflow]
* [Assistant GitHub Issues][assistant-github-issues]##
[HACKING.md]: HACKING.md
[CONTRIBUTING.md]: CONTRIBUTING.md
[downloads]: https://github.com/google/aiyprojects-raspbian/releases
[changelog]: CHANGES.md[aiy-projects-tools]: https://github.com/google/aiyprojects-raspbian-tools
[aiyprojects.withgoogle.com]: https://aiyprojects.withgoogle.com
[aiyprojects.readthedocs.io]: https://aiyprojects.readthedocs.io
[aiy-vision]: https://aiyprojects.withgoogle.com/vision/
[aiy-voice]: https://aiyprojects.withgoogle.com/voice/[help-docs]: https://aiyprojects.withgoogle.com/help
[aiy-forums]: https://www.raspberrypi.org/forums/viewforum.php?f=114
[aiy-stack-overflow]: https://stackoverflow.com/questions/tagged/google-aiy
[aiy-github-issues]: https://github.com/google/aiyprojects-raspbian/issues
[aiy-github-examples]: https://github.com/google/aiyprojects-raspbian/tree/aiyprojects/src/examples[assistant-stack-overflow]: https://stackoverflow.com/questions/tagged/google-assistant-sdk
[assistant-github-issues]: https://github.com/googlesamples/assistant-sdk-python/issues