Python SDK
Visit the GitHub Repo
You’ll need to Create an API Key to
Authentication with Epigos AI.
Install
To add epigos to your project simply install withpip:
poetry:
Modules
Checkout the code on Github
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?
