Skip to content

ferugit/quark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Efficient Keyword Spotting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published