Honda Hackathon: Voice and OSD Integrated System
Mock Car API
git clone ssh://git@git.webionite.com:4441/Firewalkers/MockCarAPI.gitcd MockCarAPIecho "{}" > data.jsonpip install -r requirements.txtflask run
OSD
OSD Backend
git clone ssh://git@git.webionite.com:4441/Firewalkers/OSD-Backend.gitcd OSD-Backendpip install -r requirements.txt- Install a asyncio server. e.g.
pip install eventlet cp sample.config.py config.pypython3 app.py
OSD Frontend
git clone ssh://git@git.webionite.com:4441/Firewalkers/OSD-Frontend.gitcd OSD-Frontendyarn installcd srccp sample.config.js config.jsyarn start
Voice Plugins
- Setup mycroft according to guides on mycroft.ai
git clone ssh://git@git.webionite.com:4441/Firewalkers/Voice-Plugins.git- Copy the plugins over to
/opt/mycroft/skills/ pip install requests- Start mycroft according to the docs.
Background Daemon
git clone ssh://git@git.webionite.com:4441/Firewalkers/Background-Daemon.gitcd Background-Daemoncp sample.config.py config.pypip install -r requirements.txtpython3 daemon.py
Description