Tag

minikube

Image

Deploy Python FastAPI Service on Kubernetes MiniKube

In this article we will build a Python FastAPI application with a single API which will return the sentiment (Postivie, Negative or Neutral) of the text given as input using Vader Sentiment Analysis.

Read More