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.
Add more docs to the RTD site; moving them into the docs/ path.
Includes misc editing for the root README and HACKING docs. Leave CONTRIBUTING as a GitHub page at root; link to GitHub from the RTD nav. Change-Id: I21394faaf2c459d0ac2ac3cdab7dc4a0958cc80e
- Loading branch information
1 parent
0ee115b
commit 42d35cc
Showing
5 changed files
with
64 additions
and
37 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,34 +1,44 @@ | ||
# AIY Projects | ||
|
||
## Overview | ||
|
||
This repository contains an easy-to-use API for the [AIY Vision Kit][aiy-vision] | ||
and [AIY Voice Kit][aiy-voice]. Have a look at [example code][aiy-github-examples] | ||
to see how both kits can be used. Comprehensive documentation is at the | ||
[AIY Projects Site][aiy-site]. | ||
|
||
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, | ||
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. | ||
|
||
## Support | ||
## 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 need to update your kit's system image (whether you're using Google's provided image or | ||
you're starting with Raspbian), read the [system updates guide][hacking]. | ||
|
||
If you're having trouble assembling your kit or running the demos, you can try | ||
## Releases | ||
|
||
* [Image downloads][downloads] | ||
* [Change log][changelog] | ||
|
||
## Bugs & Support | ||
|
||
If you've found a bug, please [review the known issues and report a new one][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 bug and fixed it yourself, please send us a pull request! | ||
Check [CONTRIBUTING.md] for details. | ||
|
||
If you've found a problem with the Assistant (for example, crashes in the | ||
library or incorrect responses), you can try | ||
If you've found a problem with the Assistant API (for example, it crashes | ||
or provides incorrect responses), try the following: | ||
|
||
* [Assistant G+ community][assistant-google-plus] | ||
* [Assistant Stack Overflow][assistant-stack-overflow] | ||
|
@@ -40,13 +50,18 @@ library or incorrect responses), you can try | |
<img width="15%" src="https://aiyprojects.withgoogle.com/static/images/icons/aiy-circular-logo.svg"> | ||
</p> | ||
|
||
[HACKING.md]: HACKING.md | ||
[hacking]: https://aiyprojects.readthedocs.io/en/latest/HACKING.html | ||
[CONTRIBUTING.md]: CONTRIBUTING.md | ||
[downloads]: https://github.com/google/aiyprojects-raspbian/releases | ||
[changelog]: https://aiyprojects.readthedocs.io/en/latest/CHANGES.html | ||
|
||
[aiy-site]: https://aiyprojects.withgoogle.com/ | ||
[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/ | ||
|
||
[issues]: https://github.com/google/aiyprojects-raspbian/issues | ||
[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 | ||
|
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