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 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The root README.md is documentation for the GitHub repo, shown on the https://github.com/google/aiyprojects-raspbian. src/README.md is documentation for the API, which can't contain relative links to files in the GitHub repo. Fixes #214.
- Loading branch information
1 parent
2c808d8
commit 8fb6156
Showing
2 changed files
with
15 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,11 @@ | ||
This repository contains an easy-to-use API for the AIY Vision Kit and | ||
aiyprojects is 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](https://github.com/google/aiyprojects-raspbian/tree/aiyprojects/src/examples). | ||
|
||
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. | ||
|
||
# Support | ||
|
||
If you're having trouble assembling your 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 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/). | ||
If you have a problem or are looking for developer docs, look at the | ||
GitHub repository's | ||
[README.md](https://github.com/google/aiyprojects-raspbian#support). |