KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
snowboy-rpi-demo
★ 8
Open GitHub ↗
通过Snowboy实现的树莓派语音助手
Download README (.md)
Explore Similar Repositories
pytorch-FCSN
:
This is the implementation of FCSN
bitopro-api-python3
:
BitoPro Exchange API python3 implementation for automated trading
stm32f4-USBTMC
:
No description available.
packer-terraform-aws-article
:
Example on how to use Packer and Terraform to create an AMI in AWS and provision an EC2 instance using it
sig-usability
:
[EOL] SIG-Usability related docs and code
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
snowboy-rpi-demo
?
Download (.md)
# Snowboy run demo First install all kinds of dependencies (TODO) https://awesome-alexa.js.org/#/installation?id=install-module Then clone `snowboy` repo, use instructions to build locally, then re-run `npm install` to finish installing. # train model http://docs.kitt.ai/snowboy/#api-v1-train record using `rec -r 16000 -c 1 -b 16 -e signed-integer 1.wav` command # References - [Article](https://x-tech.io/zh/posts/voice-chatbot-snowboy/) - [sonus](https://github.com/evancohen/sonus) provides quite a bit of inspiration on how to process audio streams.