]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Add cookiecutter-spacy-fastapi to docs (#1390)
authorKabir Khan <kakh@microsoft.com>
Fri, 12 Jun 2020 22:06:53 +0000 (15:06 -0700)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2020 22:06:53 +0000 (00:06 +0200)
docs/en/docs/project-generation.md

index 2cc2159fc8126f4c08ba75c11290dcf1ff349484..05d853c57bbd0a963331e0ab7ecc940ec47546fb 100644 (file)
@@ -69,3 +69,16 @@ You can read more about it in the docs for the repo.
 ## Full Stack FastAPI MongoDB
 
 ...might come later, depending on my time availability and other factors. 😅 🎉
+
+## Machine Learning models with spaCy and FastAPI
+
+GitHub: <a href="https://github.com/microsoft/cookiecutter-spacy-fastapi" class="external-link" target="_blank">https://github.com/microsoft/cookiecutter-spacy-fastapi</a>
+
+### Machine Learning models with spaCy and FastAPI - Features
+
+* **spaCy** NER model integration.
+* **Azure Cognitive Search** request format built in.
+* **Production ready** Python web server using Uvicorn and Gunicorn.
+* **Azure DevOps** Kubernetes (AKS) CI/CD deployment built in.
+* **Multilingual** Easily choose one of spaCy's built in languages during project setup.
+* **Easily extensible** to other model frameworks (Pytorch, Tensorflow), not just spaCy.