Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruglikov Maxim authored May 23, 2017
1 parent e87e759 commit 112e1fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Android Things voice assistant

Voice assistant based on Android Things, Raspberry Pi 3 and Api.AI. Understands only Russian language. Add your API keys in **Config.java**
#### Abilities:
Voice assistant based on Android Things, Raspberry Pi 3. It uses [Pocketsphinx](https://github.com/cmusphinx/pocketsphinx-android) for wakeword recognition, [Yandex SpeechKit Mobile SDK](https://tech.yandex.ru/speechkit/mobilesdk/) for speech recognition and [Api.ai Android SDK](https://github.com/api-ai/apiai-android-client) for natural language understanding. Understands only Russian language. Add your API keys in **Config.java**
### Abilities:
- play music from Spotify;
- manage tasks from Todoist;
- show images from Bing image search;
Expand All @@ -11,4 +11,4 @@ Voice assistant based on Android Things, Raspberry Pi 3 and Api.AI. Understands
- GPIO, turn on/onn the lights.

### Video demonstration:
[![Android Things voice assistant](https://i.ytimg.com/vi_webp/0Jb0Qh_W2WQ/sddefault.webp)](http://www.youtube.com/watch?v=0Jb0Qh_W2WQ)
<a href="http://www.youtube.com/watch?v=0Jb0Qh_W2WQ" target="_blank"><img src="https://i.ytimg.com/vi_webp/0Jb0Qh_W2WQ/sddefault.webp"></a>

0 comments on commit 112e1fa

Please sign in to comment.