A simple and fast Rest API for productionization the ONNX models.
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
git clone [email protected]:blcksrx/onnx-rest.git
cd onnx-rest
pip install -r requirements.txt
uvicorn main:app
- verify the project is running well:
$ curl localhost:8000/actuator/health
{"Status": "Up"}
Wanna help? Just fork it and create PRs!