From: Davide Fiocco Date: Fri, 10 Jul 2020 10:21:46 +0000 (+0200) Subject: 📝 Fix link to edit External Links, add additional link (#1669) X-Git-Tag: 0.59.0~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8bf7cd1dc670b7d7726452086f816646a262158e;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Fix link to edit External Links, add additional link (#1669) Added a link to the correct link to editing the en docs, plus an additional example (of mine!) which got some buzz on social media: https://twitter.com/monodavide/status/1276913357388382212 https://madewithml.com/projects/1649/model-serving-using-fastapi-and-streamlit/ --- diff --git a/docs/en/docs/external-links.md b/docs/en/docs/external-links.md index a3c79a8d25..e4ac156a4c 100644 --- a/docs/en/docs/external-links.md +++ b/docs/en/docs/external-links.md @@ -7,7 +7,7 @@ There are many posts, articles, tools, and projects, related to **FastAPI**. Here's an incomplete list of some of them. !!! tip - If you have an article, project, tool, or anything related to **FastAPI** that is not yet listed here, create a Pull Request adding it. + If you have an article, project, tool, or anything related to **FastAPI** that is not yet listed here, create a Pull Request adding it. ## Articles @@ -76,6 +76,8 @@ Here's an incomplete list of some of them. * Introducing Dispatch by Netflix. +* Machine learning model serving in Python using FastAPI and streamlit by Davide Fiocco. + ### Japanese * FastAPI|DB接続してCRUDするPython製APIサーバーを構築 by @mtitg.