Sentiment analysis and entity detection are key elements of NLP pipelines today. In this tutorial we’ll build a FastAPI based API that can process text passages from HTTP requests to detect sentiment and entities in submitted passages.

The post How to Build a Sentiment and Entity Detection API with Python (12) first appeared on Shane …