This repository has been archived by the owner on Feb 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python API and example source code for VisionKit
This commit extends the original AIY projects python API to include drivers, APIs and demos for the AIY Projects Vision Kit. https://aiyprojects.withgoogle.com/vision/
- Loading branch information
Peter Malkin
committed
Dec 18, 2017
1 parent
3ce28a1
commit a4298c6
Showing
53 changed files
with
6,601 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
google-assistant-grpc==0.0.2 | ||
grpc-google-cloud-speech-v1beta1==0.14.0 | ||
google-auth-oauthlib==0.1.0 | ||
google-auth-oauthlib==0.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
This repository contains an easy-to-use API for the AIY Voice Kit. | ||
You can use it to create voice commands with simple while loops - have a look at the [demos](https://github.com/google/aiyprojects-raspbian/tree/voicekit/src). | ||
Documentation is at the [AIY Projects site](https://aiyprojects.withgoogle.com). | ||
|
||
For guidelines on contributing, look at [CONTRIBUTING.md](CONTRIBUTING.md). | ||
If you're using Raspbian instead of Google's provided image, read | ||
[HACKING.md](HACKING.md) for information on getting started. | ||
|
||
For returning users: | ||
The old voice-recognizer demo remains in the [master branch](https://github.com/google/aiyprojects-raspbian/tree/master) of this project. | ||
The new code is in the `voicekit` branch, and is included in images starting with aiyprojects-2017-09-11.img. | ||
|
||
# Support | ||
|
||
If you're having trouble assembling your Voice Kit or running the demos, | ||
try the [AIY Forums](https://www.raspberrypi.org/forums/viewforum.php?f=114). | ||
|
||
If you've found a bug in the AIY Voice Kit API or demos, you can look at the | ||
[known issues](https://github.com/google/aiyprojects-raspbian/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](https://plus.google.com/communities/117537996116836200696), | ||
[Stack Overflow](https://stackoverflow.com/questions/tagged/google-assistant-sdk), | ||
or [the assistant-sdk-python repo](https://github.com/googlesamples/assistant-sdk-python/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
See README.md |
Oops, something went wrong.