From 69974b792e7ee4a65b63ca780adc349351fade5d Mon Sep 17 00:00:00 2001 From: Kabir Khan Date: Fri, 12 Jun 2020 15:06:53 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20cookiecutter-spacy-fastapi?= =?UTF-8?q?=20to=20docs=20(#1390)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/project-generation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/en/docs/project-generation.md b/docs/en/docs/project-generation.md index 2cc2159fc..05d853c57 100644 --- a/docs/en/docs/project-generation.md +++ b/docs/en/docs/project-generation.md @@ -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: https://github.com/microsoft/cookiecutter-spacy-fastapi + +### 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.