- install odin, install raylib, install onnx
- copy
onnxruntime.lib(windows),libonnxruntime.so(linux) oronnxruntime.dylib(macos) to the root directory of the project - download the sam encoder and decoder models
- run the project
$ odin run .onnxruntime.lib (windows), libonnxruntime.so (linux) or onnxruntime.dylib (macos) to the root directory of the project$ odin run .