Giter Site home page Giter Site logo

kim-voice-assistant-dock's Introduction

项目介绍

Kim Voice Assistant是基于阿里云服务的开源智能音箱,项目灵感来自jasper-client。

Kim在Jasper的基础上做了不少改进:

  1. 基于Alibaba Cloud优秀的云端服务构建
  2. 通过Docker管理运行环境,支持快速部署
  3. 优化中文语义仲裁算法,更加精准的理解中文语义
  4. 增加Web控制和OpenAPI的支持,提供丰富的设备的控制方式
  5. 支持MQTT协议,对IoT设备提供控制方案

项目组成:

名称 描述 项目链接
Kim Voice Assistant Dock Kim服务运行Docker构建项目(设备端和服务端) Dock
Kim Voice Assistant Iot Client Kim设备端项目 Client
Kim Voice Assistant Server Kim服务器端项目 Server

docker 镜像

https://hub.docker.com/r/mosch/raspberry-pi-snowboy/ https://hub.docker.com/r/resin/rpi-raspbian/'

构建

docker build -t kimserver kim-server/.

依赖

Python依赖

二级依赖是需要在操作系统中安装的软件,如果你使用MacOS可以执行:

brew install xxx  

portaudio ##安装snowboy 编译安装ATLAS: https://ncu.dl.sourceforge.net/project/math-atlas/Stable/3.10.3/atlas3.10.3.tar.bz2

pip3 install python-pyaudio python3-pyaudio sox
sudo apt-get install libatlas-base-dev
git clone https://github.com/swig/swig.git
pip install pyaudio
sudo apt-get install alsa-tools alsa-utils
sudo apt-get install libblas3 libblas-dev libatlas-dev libatlas-base-dev
sudo apt-get install python-cffi
sudo apt-get install libffi-dev
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev
sudo apt-get install sox
sudo pip3 install RPi.GPIO
sudo pip3 install RPIO

如果出现错误,请参考:Kitt-AI/snowboy#94 ##安装rpi.gpio

sudo apt-get install python3-rpi.gpio
sudo systemctl enable pigpiod
依赖 描述 二级依赖 实现功能
pyAudio 依赖portAudio 音频播放

kim-voice-assistant-dock's People

Contributors

mozhou-tech avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.