Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

redthing1/soyml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soyml

soyml: framework-independent ML model inference

soy - a prefix indicating that this is a subpar substitute for the real thing :)

pitch

machine learning models are often trained in one framework (e.g. pytorch) and deployed in another. there are many different inference-focused frameworks, but they all have different APIs. this makes it difficult to deploy models in a framework-agnostic way. soyml aims to solve this problem by providing a simple, framework-agnostic API for inference, abstracting away the details of the underlying framework, and just letting you turn inputs to outputs and nothing else.

features

currently supported backends:

About

framework-independent ML model inference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages