Open2024/02/13にコメント追加7dartでwhisperを実行するRustDartWhisperRyo242024/02/12これを参考にFlutterに依存しないプログラムを作成する。 また、Rustのキャッチアップも込めて作業する https://github.com/r0227n/flutter_whisper.cpp?tab=readme-ov-file Ryo242024/02/12buildするためにはrust以外にもcmakeが必要 https://github.com/tazz4843/whisper-rs Ryo242024/02/13現状音声ファイルを文字として書き出すのしか対応していないのね 返信を追加Ryo242024/02/13https://github.com/ggerganov/whisper.cpp/ Ryo242024/02/13git clone https://github.com/ggerganov/whisper.cpp.git cd whisper.cpp make bash ./models/download-ggml-model.sh base brew install sdl2 ./stream -l ja -m ./models/ggml-base.bin -t 8 --step 500 --length 5000 返信を追加Ryo242024/02/13https://github.com/avstack/gst-whisper?tab=readme-ov-file Ryo242024/02/13https://github.com/lmammino/whisper-rs-example
Ryo242024/02/12これを参考にFlutterに依存しないプログラムを作成する。 また、Rustのキャッチアップも込めて作業する https://github.com/r0227n/flutter_whisper.cpp?tab=readme-ov-file Ryo242024/02/12buildするためにはrust以外にもcmakeが必要 https://github.com/tazz4843/whisper-rs Ryo242024/02/13現状音声ファイルを文字として書き出すのしか対応していないのね 返信を追加
Ryo242024/02/13https://github.com/ggerganov/whisper.cpp/ Ryo242024/02/13git clone https://github.com/ggerganov/whisper.cpp.git cd whisper.cpp make bash ./models/download-ggml-model.sh base brew install sdl2 ./stream -l ja -m ./models/ggml-base.bin -t 8 --step 500 --length 5000 返信を追加
Ryo242024/02/13git clone https://github.com/ggerganov/whisper.cpp.git cd whisper.cpp make bash ./models/download-ggml-model.sh base brew install sdl2 ./stream -l ja -m ./models/ggml-base.bin -t 8 --step 500 --length 5000