Skip to content
/ onnx-go Public

Library to use ONNX online/offline servers in golang

Notifications You must be signed in to change notification settings

maxnzv/onnx-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ONNX Go library

This library provides functions to send files to ONNX servers:

  • sherpa-onnx-online-websocket-server
  • sherpa-onnx-offline-websocket-server
  • banafo python API script

Installation

To install the ONNX Go library, run:

go get github.com/maxnzv/onnx-go

Usage

Import the library:

import onnxgo "github.com/maxnzv/onnx-go"

Use the library to send files to a server:

err := onnxgo.SendOfflineWS("server_url", "file_path", "")
if err != nil {
    log.Fatal(err)
}

About

Library to use ONNX online/offline servers in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages