RSHVR commited on
Commit
bf16cb8
·
verified ·
1 Parent(s): e2eab0b

Create setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +6 -0
setup.sh ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ # Clone the HumAware-VAD repository
3
+ git clone https://github.com/CuriousMonkey7/HumAwareVad.git
4
+ cd HumAwareVad
5
+ pip install -e .
6
+ cd ..