Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

blcksrx/onnx-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ONNX-REST

A simple and fast Rest API for productionization the ONNX models.

travic-ci

How to use?

Simply clone this repository and copy your ONNX models into the models directory and just run the project with uvicorn! The rest api docs are presents in the /docs path

  1. git clone git@github.com:blcksrx/onnx-rest.git
  2. cd onnx-rest
  3. pip install -r requirements.txt
  4. uvicorn main:app
  5. verify the project is running well:
$ curl localhost:8000/actuator/health
{"Status": "Up"}

Contributing |

Wanna help? Just fork it and create PRs!

About

A Simple and Fast Rest API for productionization the ONNX models

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors