Set up the Python SDK in your application
pip
pip install epigos
poetry
poetry add epigos
import epigos client = epigos.Epigos("api_key") # load classification model ic = client.classification("model_id") # load object detection model od = client.object_detection("model_id")
Was this page helpful?