2025-07-16 14:32:24 +08:00
2025-07-16 14:32:24 +08:00
2025-07-16 14:32:24 +08:00
2025-07-16 14:32:24 +08:00
2025-07-16 14:32:24 +08:00
2025-07-16 14:32:24 +08:00
2025-07-16 14:32:24 +08:00

moonshineASR

dependents

requirements.txt list all dependents modules use the following command to install the dependents modules

mspip install -r requirements.txt

install moonshine service

cd script
sudo ./install.sh

make a virtual python environment

python3 -m venv ~/ve/ms

cat > ~/bin/mspip <<EOF
#!/usr/bin/bash
~/ve/ms/bin/python $*
EOF

cat > ~/bin/mspy <<EOF
#!/usr/bin/bash
~/ve/ms/bin/python $*
EOF

chmod +x ~/bin/ms*
Description
No description provided
Readme 28 KiB
Languages
Python 94.2%
Shell 5.8%