-
Notifications
You must be signed in to change notification settings - Fork 76
Installation
Experimental "exe": http://openassistant.org/download/oa-alpha-windows-0.2.2.zip
Download, unzip, and click "oa.exe" found within the "Open Assistant" folder.
Install Python3: https://www.python.org/downloads/windows/
pip3 install pywin32 keyboard sounddevice playsound requests pyttsx3 pocketsphinx psutil feedparser python-forecastio numpy
Maybe use a package manager
- swig
Prerequisite: Homebrew
Install Python3: brew install python
Install Python3 Dependencies: pip3 install ${PYTHON_PKGS}
Audio Support (gstreamer): brew install gst-python --with-python --without-python@2
Older versions of Homebrew require --with-python3 --without-python
, check your version's formula options.
Support for autoaudiosrc: brew install gst-plugins-good
Speech Recognition (Sphinx):
Build tools: brew install autoconf libtool automake swig
sphinxbase
git clone https://github.com/cmusphinx/sphinxbase.git
./autogen.sh && make install
pocketsphinx
git clone https://github.com/cmusphinx/pocketsphinx.git
./autogen.sh && make install
The package names may differ, the idea is the same..
- python3-dev
- libasound2-dev
sudo apt-get install -y python python-dev python-pip build-essential swig git libpulse-dev espeak
pip3 install keyboard sounddevice playsound requests pyttsx3 pocketsphinx psutil feedparser python-forecastio numpy
sudo pacman -S swig espeak
pip3 install keyboard sounddevice playsound requests pyttsx3 pocketsphinx psutil feedparser python-forecastio numpy