Giter Site home page Giter Site logo

oa-core's Introduction

Open Assistant

Open source voice assistant development. Make your own minds!

Open Assistant is a private open source personal assistant prototype able to complete operating system tasks using vocal commands.

Installation

Windows

Click & Run

Source

  • Install common list of Python packages
  • Install Windows-specific dependencies: pip install pywin32
  • Install Python dependencies: pip install -r requirements.txt

macOS

  • Install brew if you have not already.
  • Install pocketsphinx dependencies: brew install swig openal-soft
  • Link the openal-soft libraries to the include path: ln -s /usr/local/Cellar/openal-soft/1.20.1/include/AL/* /usr/local/include
  • Install Python dependencies: pip3 install -r requirements.txt

Ubuntu Linux

  • Install system requirements sudo apt-get install -y python3 python3-dev python3-pip build-essential swig git libpulse-dev espeak libasound2-dev
  • Install Python dependencies: pip3 install -r requirements.txt

Arch Linux

  • Install system requirements sudo pacman -S swig espeak
  • Install Python dependencies: pip install -r requirements.txt

Using Open Assistant

  • Download Open Assistant
  • Run Open Assistant from within the unzipped directory: python -m oa or python3 -m oa
  • Make sure your microphone is working and levels are set properly.
  • Say "Boot Mind!" as a listening test. If you hear R2D2, boot mind is listening.
  • Say "Open Assistant!" to launch root mind. Say "Root Mind!" to see if you can get the reply, "Hello World!"
  • Say "List commands!" to get a list of available voice commands.
  • Add your own!

oa-core's People

Contributors

ev3rl0ng avatar fauziew avatar hplusai avatar jasonmhead avatar joshuashort avatar lindhe avatar vavrek avatar whytehorse 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.