Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 2.22 KB

README-ja.md

File metadata and controls

57 lines (32 loc) · 2.22 KB

audio-transcriber-web

Click here for English README

ブラウザを用いてマイクからの音声をSpeechRecognitionを使って自動的に書き起こし、ファイルに書き込む。

Warning / Disclaimer

このプロジェクトを使用したことによって引き起こされた問題に関して開発者は一切の責任を負いません。

というか、それなりに真面目なことに使うのであればGoogle Cloud PlatformのSpeech-to-Textとかを使いましょう。
一切のサポートはしません。

Feature

  • API URLを入力することで、指定したアドレスに書き起こしたテキストを自動的に送信します。
  • AutoStart機能をオンにすることで、ページにアクセスした時やリロードした瞬間から録音を開始します。(beta)
  • API URLAutoStartの設定内容はlocalStorageに保存し、保持します。

Requirements

Installation & Usage

1. Git Clone

git clone https://github.com/book000/audio-transcriber-web.git

2. Install packages from requirements.txt

pip3 install -r -U requirements.txt

3. Run main.py --open-browser

python3 main.py --open-browser

4. Type http://localhost:8080/api in the API URL form

5. Click the Start recording

AutoStartをオンにしておくとページにアクセスした瞬間から録音開始します。

Notes

  • api.phpをどこかのサーバにおいてそこへのアドレスをAPI URLに設定して動作させることもできる。

ライセンス / License

このプロジェクトのライセンスはMIT Licenseです。