From: naxty Date: Fri, 30 Aug 2019 22:00:00 +0000 (+0200) Subject: :memo: Add article: Deploying a scikit-learn model with ONNX and FastAPI (#438) X-Git-Tag: 0.37.0~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68d1fea961ed8bf6944584cf6062668cd510ba48;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Add article: Deploying a scikit-learn model with ONNX and FastAPI (#438) --- diff --git a/docs/external-links.md b/docs/external-links.md index 5b913e90a6..f81a310083 100644 --- a/docs/external-links.md +++ b/docs/external-links.md @@ -25,6 +25,8 @@ Here's an incomplete list of some of them. * FastAPI, a simple use case on logging by @euri10. +* Deploying a scikit-learn model with ONNX and FastAPI by Nico Axtmann. + ### Japanese * FastAPI|DB接続してCRUDするPython製APIサーバーを構築 by @mtitg.