add sensevoice & cosevoice (#2562)
Signed-off-by: EthanD <EthanD4869@gmail.com> Co-authored-by: EthanD <EthanD4869@gmail.com>
Showing
python/cosevoice/Dockerfile
0 → 100644
python/cosevoice/fastapi/client.py
0 → 100644
python/cosevoice/fastapi/server.py
0 → 100644
python/cosevoice/grpc/client.py
0 → 100644
python/cosevoice/grpc/cosyvoice.proto
0 → 100644
python/cosevoice/grpc/server.py
0 → 100644
python/cosevoice/requirements.txt
0 → 100644
| --extra-index-url https://download.pytorch.org/whl/cu118 | ||
| conformer==0.3.2 | ||
| deepspeed==0.14.2; sys_platform == 'linux' | ||
| diffusers==0.27.2 | ||
| gdown==5.1.0 | ||
| gradio==4.32.2 | ||
| grpcio==1.57.0 | ||
| grpcio-tools==1.57.0 | ||
| hydra-core==1.3.2 | ||
| HyperPyYAML==1.2.2 | ||
| inflect==7.3.1 | ||
| librosa==0.10.2 | ||
| lightning==2.2.4 | ||
| matplotlib==3.7.5 | ||
| modelscope==1.15.0 | ||
| networkx==3.1 | ||
| omegaconf==2.3.0 | ||
| onnxruntime-gpu; sys_platform == 'linux' | ||
| onnxruntime; sys_platform == 'darwin' or sys_platform == 'windows' | ||
| openai-whisper==20231117 | ||
| protobuf==4.25 | ||
| pydantic==2.7.0 | ||
| rich==13.7.1 | ||
| soundfile==0.12.1 | ||
| tensorboard | ||
| wget==3.2 | ||
| fastapi==0.111.0 | ||
| fastapi-cli==0.0.4 | ||
| WeTextProcessing==1.0.3 |
python/sensevoice/Dockerfile
0 → 100644
python/sensevoice/app/=1.13
0 → 100644
File added
File added
This diff is collapsed.
Click to expand it.
File added
116 KB
238 KB
935 KB
880 KB
194 KB
318 KB
File added
File added
This diff is collapsed.
Click to expand it.
File added
27.3 KB
File added
python/sensevoice/app/main.py
0 → 100644
python/sensevoice/app/model.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/sensevoice/app/requirements.txt
0 → 100644
| torch>=1.13 | ||
| torchaudio | ||
| funasr>=1.1.1 | ||
| fastapi | ||
| modelscope |
python/sensevoice/main.py
0 → 100644
python/sensevoice/run.sh
0 → 100644
Please
register
or
sign in
to comment