Simple example of a ML API using FastAPI based on entity extraction from (news) articles.
Run with
uvicorn main:app --reload
Automatically generates Swagger API documentation on <path>:<port>/docs
.
Simple example of a ML api using FastAPI based on entity extraction
Python