FastAPI I've implemented entity extraction code from spacy library's pretrained model - 'en_core_web_sm' Software dependencies: ->FastAPI ->Pydantic ->Uvicorn or hypercorn ->spacy Run file with command : uvicorn fastapp:app --reload Redirect to 127.0.0.1:8000/docs or 127.0.0.1:8000/redoc