Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 269 Bytes

File metadata and controls

14 lines (14 loc) · 269 Bytes

Documentation

Getting Started

  • Install requirements:
pip install -r requirements.txt
uvicorn inference_api:app --reload
  • Test inference at the /inference endpoint:
python test_inference.py