Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 812 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 812 Bytes

memtest

Notes for Demo:

If it is desired to also demonstrate the QR code functionality, it is only necessary to uncomment one line and comment out another in the ContentView.swift file of the iOS app (the explanation is provided in the comments).

Additionally, it is important to build in Release mode to use the -O2 optimization!

Whisper.cpp Speech Recognition:

For whisper.cpp add the desired model.bin and model-encoder.mlmodelcto the Resources/models folder in the iOS XCode Project.
How to download an convert a model is explained here.

Commit Conventions

https://www.conventionalcommits.org/en/v1.0.0/