/Computer-Vision-API

Computer VIsion API built using FastAPI and pretrained models converted to ONNX format

Primary LanguagePythonMIT LicenseMIT

Computer Vision API using FastAPI


Render Deployment


  1. API served on port 4040
  2. /classify - returns highest confidence prediction label
  3. /detect     - returns highest confidence bounding box and associated label
  4. /face         - returns detection bounding boxes
  5. /segment   - returns list of labels and base64 encoded image data