Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.
/ spacy-fastapi-demo Public archive

Demo for Python Meetup Stuttgart

Notifications You must be signed in to change notification settings

mfa/spacy-fastapi-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spacy fastapi demo

this demo was for Python Meetup Stuttgart 2020-06-19

about

Spacy API using fastapi.

development

docker-compose up web

url is http://localhost:8021/

run on google cloud run

info: this needs 1G memory for the spacy model!

gcloud builds submit --tag eu.gcr.io/<PROJECT_ID>/spacydemo
gcloud run deploy spacydemo1 --image eu.gcr.io/<PROJECT_ID>/spacydemo --allow-unauthenticated --memory=1G

About

Demo for Python Meetup Stuttgart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published