Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/9sako6/whiscord
https://github.com/9sako6/whiscord
whisper
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/9sako6/whiscord
- Owner: 9sako6
- Created: 2022-12-04T05:49:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T07:26:35.000Z (about 2 years ago)
- Last Synced: 2024-10-24T10:07:45.968Z (3 months ago)
- Topics: whisper
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Live recording and generate texts with Whisper
## Usage
```bash
$ python --version
Python 3.9.6$ sw_vers
ProductName: macOS
ProductVersion: 12.6
BuildVersion: 21G115$ python main.py
Loading model...
Start recording
mean: 0.0058724633
Detected language: ja
ja: リアルタイムで文字を越ししています
mean: 0.0076138894
Detected language: ja
ja: 短くくぎっているせいで、あまりセイドが
mean: 0.0033080776
Detected language: ja
ja: 高くないですゆっくりしゃべる
mean: 0.004548736
Detected language: ja
ja: 上らないとうまく文字列に
mean: 0.0029536195
Detected language: ja
ja: できない感じがする
^CStop recording
```