Repo for efficient keyword spotting
First of all, install all dependences. Open a command line and run the next lines:
# create a virtual environment
python3 -m venv .venv
# activate the virtual environment
source .venv/bin/activate
# install dependencies
pip install -r requirements.txt