File size: 212 Bytes
7f84142
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/bin/bash
# Install HumAware-VAD if not already installed
if ! pip show humaware-vad > /dev/null 2>&1; then
  echo "Installing HumAware-VAD..."
  pip install humaware-vad
fi

# Run the application
python app.py