From c35177ce5f24a75683a88d94ff1c42b6cad103ad Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 16 Jul 2025 14:32:24 +0800 Subject: [PATCH] first commit --- README.md | 35 +++++++++++++++++++++++++++++++++ app/README.md | 0 app/moonshine.py | 38 ++++++++++++++++++++++++++++++++++++ app/test.py | 32 ++++++++++++++++++++++++++++++ conf/README.md | 0 conf/config.json | 44 ++++++++++++++++++++++++++++++++++++++++++ requirements.txt | 4 ++++ script/install.sh | 3 +++ wwwroot/README.md | 0 wwwroot/api/index.dspy | 2 ++ wwwroot/index.ui | 6 ++++++ 11 files changed, 164 insertions(+) create mode 100644 README.md create mode 100644 app/README.md create mode 100644 app/moonshine.py create mode 100644 app/test.py create mode 100644 conf/README.md create mode 100755 conf/config.json create mode 100644 requirements.txt create mode 100755 script/install.sh create mode 100644 wwwroot/README.md create mode 100644 wwwroot/api/index.dspy create mode 100644 wwwroot/index.ui diff --git a/README.md b/README.md new file mode 100644 index 0000000..f00b919 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# moonshineASR + +## dependents + +[requirements.txt](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 < ~/bin/mspy <