Skip to content

GUI based audio transcription app using open ai whisper model.

License

Notifications You must be signed in to change notification settings

meki/transcrip-chan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcrip-chan

「文字起こしちゃん」は、 OpenAI-Whisper を使った文字起こし GUI アプリケーションです。 スタンドアロンの実行ファイルから起動でき、音声ファイルをドラッグアンドドロップするだけで文字起こしを行うことができます。 現在は Windows OS のみに対応しています。

ダウンロード

  • リリースページ から最新版の zip をダウンロードして解凍。
  • 解凍先のフォルダ内にある transcrip_chan_[バージョン番号].exe を起動します。

For developers

使用しているフレームワーク:

  • UI: wxPython
  • UI デザイン: wxFormBuilder

Debugging

poetry run python ./transcrip_chan/main.py

Create executable

poetry run pyinstaller main.spec --noconfirm

About

GUI based audio transcription app using open ai whisper model.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages