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.
Note deprecation of master branch in README (#144)
- Loading branch information
Showing
1 changed file
with
3 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,4 @@ | ||
This repository contains the source code for the AIYProjects "Voice Kit". See | ||
https://aiyprojects.withgoogle.com/voice/. | ||
The `master` branch of google/aiyprojects-raspbian is deprecated. | ||
It contains code that was released with the initial release of the Voice Kit, implementing a voice recognizer with various different voice commands implemented in src/actions.py. | ||
|
||
If you're using Raspbian instead of Google's provided image, read | ||
[HACKING.md](HACKING.md) for information on getting started. | ||
|
||
[![Build Status](https://travis-ci.org/google/aiyprojects-raspbian.svg?branch=master)](https://travis-ci.org/google/aiyprojects-raspbian/builds) | ||
[![Test Coverage](https://codecov.io/gh/google/aiyprojects-raspbian/branch/master/graph/badge.svg)](https://codecov.io/gh/google/aiyprojects-raspbian) | ||
|
||
## Troubleshooting | ||
|
||
The scripts in the `checkpoints` directory verify the Raspberry Pi's setup. | ||
They can be run from the desktop shortcuts or from the terminal. | ||
It has been replaced by the [voicekit branch](https://github.com/google/aiyprojects-raspbian/tree/voicekit), which has an easy-to-use API with simple examples that you can build upon. |