Skip to content

Commit

Permalink
Merge pull request #10 from rerender2021/docs/1.1.0
Browse files Browse the repository at this point in the history
update docs for 1.1.0
  • Loading branch information
rerender2021 authored Apr 5, 2023
2 parents f6e99d7 + 76320e1 commit 693d7bd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@

演示视频见:

- [回声:实时英语语音翻译](https://www.bilibili.com/video/BV11L411d7HE/)
- v1.0.0: [回声:实时英语语音翻译](https://www.bilibili.com/video/BV11L411d7HE/)

- v1.1.0: [回声更新:支持使用GPU & 长句分解](https://www.bilibili.com/video/BV1Qa4y1M7jV/)


# 使用说明

Expand All @@ -36,16 +39,36 @@

开发过程中需要确保本机启动了语音识别服务器和翻译服务器。

- 语音识别服务器:https://github.com/rerender2021/ASR-API/releases/tag/1.0.0
- 翻译服务器:https://github.com/rerender2021/NLP-API/releases/tag/1.0.1
- 语音识别服务器:[ASR-API 1.1.0](https://github.com/rerender2021/ASR-API/releases/download/1.1.0/asr-server-v1.1.0.zip)
- 翻译服务器:[NLP-API 1.0.1](https://github.com/rerender2021/NLP-API/releases/download/1.0.1/NLP-API-v1.0.1.zip)

下载它们,并解压到项目下,确保项目目录结构如下:

```
- nlp-server
- NLP-API.exe
- ...
- asr-server
- asr-server-v1.1.0
- ASR-API.exe
- ...
- src
- ...
- package.json
```

如需使用GPU:

- GPU翻译服务器:下载链接中的2个压缩分卷并解压缩(文件太大,只能分卷压缩上传)
- [NLP-GPU-API 1.0.0](https://github.com/rerender2021/NLP-GPU-API/releases/tag/1.0.0)


下载后,解压到项目下,确保项目目录结构如下:

```
- nlp-gpu-server
- NLP-GPU-API.exe
- ...
- asr-server-v1.1.0
- ASR-API.exe
- ...
- src
Expand All @@ -70,8 +93,6 @@
> npm run release
```

-`asr-server``nlp-server` 复制到 `bin` 目录中,和 exe 一起压缩打包。

# 开源协议

[MIT](./LICENSE)
Expand Down
Binary file modified docs/images/echo-usage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 693d7bd

Please sign in to comment.