This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex_bi_series-sherpa-onnx/csharp-api-examples/README.md

9 lines
413 B
Markdown

#ProjectReference csharp-api
`<ProjectReference Include="..\SherpaOnnx\SherpaOnnx.csproj" />`
The location of the 'SherpaOnnx' file is ../sherpa-onnx/csharp-api.
This C # API is cross platform and you can compile it yourself in Windows, Mac OS, and Linux environments.
------------
Alternatively, install sherpaonnx through nuget.
#NuGet for sherpa-onnx
PM > Install-Package SherpaOnnxCsharp -Project sherpa-onnx