From 47a8387a04ca8861c6b1f14b70f866b8b6d36a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 30 Aug 2019 20:35:34 -0500 Subject: [PATCH] :memo: Add recent articles and opinions (#490) --- README.md | 11 +++++++++++ docs/external-links.md | 8 ++++++++ docs/index.md | 11 +++++++++++ 3 files changed, 30 insertions(+) diff --git a/README.md b/README.md index 70d537bb0..9e333232d 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,19 @@ The key features are: --- +"*If you're looking to learn one **modern framework** for building REST APIs, check out **FastAPI** [...] It's fast, easy to use and easy to learn [...]*" +"*We've switched over to **FastAPI** for our **APIs** [...] I think you'll like it [...]*" +
Ines Montani - Matthew Honnibal - Explosion AI founders - spaCy creators (ref) - (ref)
+ +--- + +"*We adopted the **FastAPI** library to spawn a **REST** server that can be queried to obtain **predictions**. [for Ludwig]*" + +
Piero Molino, Yaroslav Dudin, and Sai Sumanth Miryala - Uber (ref)
+ +--- ## Requirements diff --git a/docs/external-links.md b/docs/external-links.md index f81a31008..4bed321d4 100644 --- a/docs/external-links.md +++ b/docs/external-links.md @@ -27,6 +27,14 @@ Here's an incomplete list of some of them. * Deploying a scikit-learn model with ONNX and FastAPI by Nico Axtmann. +* Top 5 Asynchronous Web Frameworks for Python by Ankush Thakur on GeekFlare. + +* JWT Authentication with FastAPI and AWS Cognito by Johannes Gontrum. + +* How to Deploy a Machine Learning Model by Maarten Grootendorst on Towards Data Science. + +* Uber: Ludwig v0.2 Adds New Features and Other Improvements to its Deep Learning Toolbox [including a FastAPI server] on Uber Engineering. + ### Japanese * FastAPI|DB接続してCRUDするPython製APIサーバーを構築 by @mtitg. diff --git a/docs/index.md b/docs/index.md index 70d537bb0..9e333232d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -63,8 +63,19 @@ The key features are: --- +"*If you're looking to learn one **modern framework** for building REST APIs, check out **FastAPI** [...] It's fast, easy to use and easy to learn [...]*" +"*We've switched over to **FastAPI** for our **APIs** [...] I think you'll like it [...]*" +
Ines Montani - Matthew Honnibal - Explosion AI founders - spaCy creators (ref) - (ref)
+ +--- + +"*We adopted the **FastAPI** library to spawn a **REST** server that can be queried to obtain **predictions**. [for Ludwig]*" + +
Piero Molino, Yaroslav Dudin, and Sai Sumanth Miryala - Uber (ref)
+ +--- ## Requirements