https://github.com/lll-lll-lll-lll/grpc-vtt-sent-pattern
vtt字幕ファイルのテキストを整えて、sent-pattern pkgで構文解析
https://github.com/lll-lll-lll-lll/grpc-vtt-sent-pattern
Last synced: about 2 months ago
JSON representation
vtt字幕ファイルのテキストを整えて、sent-pattern pkgで構文解析
- Host: GitHub
- URL: https://github.com/lll-lll-lll-lll/grpc-vtt-sent-pattern
- Owner: lll-lll-lll-lll
- Created: 2023-02-11T05:42:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T02:19:43.000Z (about 2 years ago)
- Last Synced: 2025-01-26T02:52:24.662Z (4 months ago)
- Language: Python
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc-vtt-sent-pattern
## Bidirectional streaming RPC方式を採用
- vttを解析するサービスがクライアントで、構文解析する側サービスがサーバー
- クライアントからは複数回文章を区切りながら構文解析のリクエストを送るため### 設計
- 構文解析 -> サーバ側
- vtt字幕ファイル整形 -> クライアント側# Ref
- https://dev.to/techschoolguru/upload-file-in-chunks-with-client-streaming-grpc-golang-4loc