DEPRECATED - OVOS Dashboard Application

May 16, 2023 ยท View on GitHub

This repository is no longer maintained by OpenVoiceOS


Installation & Startup Steps

export MYCROFT_SKILLS_LOCATION="your skills folder location"
git clone https://github.com/openvoiceos/ovos-dashboard
cd ovos-dashboard
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py