audio-transcriber-web

Click here for English README

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

Warning / Disclaimer

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

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

Feature

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

ライセンス / License

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