There was an error while loading. Please reload this page.
Prerequisites:
apt install portaudio19-dev git python3-pip python3 python3-venv
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).