Command_RTC / setup.sh
RSHVR's picture
Create setup.sh
7f84142 verified
raw
history blame contribute delete
212 Bytes
#!/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