Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iaoongin/paimon-voice
派蒙语音。在原神中,让世界任务剧情有语音。通过图像采集,图像文字识别,文本转语音实现。
https://github.com/iaoongin/paimon-voice
Last synced: 17 days ago
JSON representation
派蒙语音。在原神中,让世界任务剧情有语音。通过图像采集,图像文字识别,文本转语音实现。
- Host: GitHub
- URL: https://github.com/iaoongin/paimon-voice
- Owner: iaoongin
- License: mit
- Created: 2022-09-04T08:50:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T04:02:22.000Z (5 months ago)
- Last Synced: 2024-08-11T04:44:17.077Z (5 months ago)
- Language: Python
- Homepage:
- Size: 13 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# 派蒙语音
让世界任务剧情有语音。
# 原理
截图 -> 文本 -> 朗读
# 演示
[assets/paimon-voice-demo.mp4](https://github.com/iaoongin/paimon-voice/raw/main/assets/paimon-voice-demo.mp4)
# 安装依赖```
pip install -r requirements.txt
```# 下载模型
`https://public.ukp.informatik.tu-darmstadt.de/reimers/sentence-transformers/v0.2/paraphrase-multilingual-MiniLM-L12-v2.zip`
解压到 `model/paraphrase-multilingual-MiniLM-L12-v2`
# 运行
```
python main.py
```