diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100644 index 0000000..fb6b1f7 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +# Install the program +pip3 install numpy stable-ts flask faster-whisper requests +wget -P /subgen https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py + +# Start the program +cd /subgen +python -u subgen.py \ No newline at end of file