GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
.github bindings cmake examples addon.node bench.wasm bench command.wasm command main stream.wasm stream talk.wasm talk whisper.android .idea app gradle/wrapper .gitignore README.md build.gradle gradle.properties gradlew gradlew.bat settings.gradle whisper.nvim whisper.objc whisper.swiftui whisper....
pip install git+https://github.com/openai/whisper.git cmd报错—— C:\Users\Administrator>pip install git+https://github.com/openai/whisper.git Collecting git+https://github.com/openai/whisper.git Cloning https://github.com/openai/whisper.git to c:\users\administrator\appdat a\local\temp\p...
git clone https://github.com/ggerganov/whisper.cpp.git Then, download one of the Whisper models converted in ggml format. For example:bash ./models/download-ggml-model.sh base.en Now build the main example and transcribe an audio file like this:...
whisperandroid中文 探秘FasterWhisper:一款加速Whisper模型训练的高效工具在自然语言处理(NLP)领域,Transformer架构的模型如Whisper已经展现了强大的语音识别能力。然而,这些模型的训练过程往往需要巨大的计算资源和时间。FasterWhisper是SYSTRAN开发的一个开源项目,旨在通过优化技术加速Whisper模型的训练,让研究人员和开发者能够更...
implementation 'com.github.digidemic:whisper:1.0.0:sources' } Sync gradle successfully. Done! Your Android project is now ready to use Whisper. Go to Examples or Syntax for Whisper usage! Versioning SemVer is used for versioning. Given a version number MAJOR . MINOR . PATCH MAJOR version -...
Whisper chat sample. Contribute to enkhalifapro/wichat development by creating an account on GitHub.
(name:"Whisper",targets:[.executableTarget(name:"Whisper",dependencies:["WhisperFramework"]),.binaryTarget(name:"WhisperFramework",url:"https://github.com/ggml-org/whisper.cpp/releases/download/v1.7.5/whisper-v1.7.5-xcframework.zip",checksum:"c7faeb328620d6012e130f3d705c51a6ea6c995605f2df50...
(sample_rate=16000,mono=True)audio_file="data/afjiv.wav"forsegment,_,speakerindiarization_result.itertracks(yield_label=True):waveform,sample_rate=audio.crop(audio_file,segment)text=model.transcribe(waveform.squeeze().numpy())["text"]print(f"{segment.start:.2f}s{segment.end:.2f}s{speaker}...
fun transcribeSample() = viewModelScope.launch {13 changes: 12 additions & 1 deletion 13 examples/whisper.android/app/src/main/java/com/whispercppdemo/whisper/LibWhisper.kt Original file line numberDiff line numberDiff line change @@ -4,6 +4,7 @@ import android.os.Build import android.ut...