Skip to content

whisper.cpp package for the Swift Package Manager

License

Notifications You must be signed in to change notification settings

iThalay/whisper.spm

 
 

Repository files navigation

whisper.spm

whisper.cpp package for the Swift Package Manager

Using as a package in your project

In XCode: File -> Add Packages

Enter package URL: https://github.com/ggerganov/whisper.spm

⚠️ Important: Set Dependency Rule to 'branch' -> 'master' otherwise you get an Error with unsafe build flags

image

Build package from command line

git clone https://github.com/dotmain/whisper.spm.git
cd whisper.spm

set working directory to project directory
download models to models forlder

# if building standalone
make build

# if building as a submodule for whisper.cpp
make build-submodule

# run tests
.build/debug/test-objc

# run binary intelligence tests
.build/debug/test-swift

Binary Intelligence Enjoy!

For testing purposes only. Not for commercial use.

Please request licenses for commercial use with Mainvolume www.github.com/dotmain www.github.com/mainvolume

Thank you.

About

whisper.cpp package for the Swift Package Manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 70.7%
  • C++ 23.3%
  • Objective-C 4.2%
  • Swift 1.5%
  • Other 0.3%