From 4b9146816de5dd0bc997005dc8db9ca822741ae9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 13 Nov 2024 13:21:08 +0800 Subject: [PATCH] bugfix --- README.md | 33 +++++++++++++++++++++++++++++ app/README.md | 0 app/moonshine.py | 38 +++++++++++++++++++++++++++++++++ app/test.py | 32 ++++++++++++++++++++++++++++ conf/README.md | 0 conf/config.json | 48 ++++++++++++++++++++++++++++++++++++++++++ requirements.txt | 4 ++++ script/install.sh | 3 +++ wwwroot/README.md | 0 wwwroot/api/index.dspy | 2 ++ 10 files changed, 160 insertions(+) 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 diff --git a/README.md b/README.md index 0a2d702..f00b919 100644 --- a/README.md +++ b/README.md @@ -1,2 +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 <