zottelsheep / meds_cloud_7

As part of a Cloud and Distributed Systems lecture, we developed a scalable application in the form of an image classifier meant for deployment on Kubernetes. We also created our own Kubernetes infrastructure bare metal server, complete with loadbalancing and ingress-support.
4 stars 0 forks source link

Fileuploads mit Flask #24

Closed s190544 closed 1 year ago

zottelsheep commented 1 year ago
flask.request.files.get("image"):
curl --location --request POST 'localhost:5001/predict' \
--form 'image=@"./dog.jpg"'