Skip to content

WGBH-MLA/FastCLAM

Repository files navigation

deploy deploy codecov

FastCLAM

FastAPI for CLAMS

Install

pip

pip install . uvicorn

poetry

poetry install

Enter into the venv shell

poetry shell

Usage

uvicorn fastclam.app:app --reload

Use --reload for development only

Visit localhost:8000/docs

Args

Additional args that might be helpful to pass to uvicorn:

  • --host 0.0.0.0
  • --port PORT
  • --log-level debug