Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
/ onnx-rest Public archive

A Simple and Fast Rest API for productionization the ONNX models

Notifications You must be signed in to change notification settings

blcksrx/onnx-rest

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

No packages published