-
Notifications
You must be signed in to change notification settings - Fork 17
Deploy the Python Application
Antonio Vivace edited this page May 17, 2018
·
17 revisions
Prerequisites:
- portaudio19-dev (to compile pyaudio)
mkdir cbenv
cd cbenv
python3 -m venv .
source bin/activate
git clone https://github.com/CoderBotOrg/coderbot.git --branch deployable
pip3 install -r coderbot/requirements.txt
cd coderbot
python3 init.py
Currently broken/disabled: pubsub (events, unknown pip3 package), CNN models (model.json not found?), google cloud speech recognition (api key missing).