pchandrasekaran1595 / Computer-Vision-API

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 89.9%Language:Batchfile 5.6%Language:Dockerfile 2.3%Language:Shell 2.2%