Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 359 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 359 Bytes

Repo for efficient keyword spotting

Environment setup

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