/simple-ml-api-fastapi

Simple example of a ML api using FastAPI based on entity extraction

Primary LanguagePython

Simple ML API FastAPI

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.