Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Note deprecation of master branch in README #144

Merged
merged 1 commit into from
Oct 12, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions README.md
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.