Skip to main content

Epigos AI Python SDK

Project description

Epigos Python

Tests

Epigos provides an end-to-end platform to annotate data, train computer vision AI models, deploy them seamlessly and host the models via API's.

For more details, visit epigos.ai.

The Epigos Python Package is a python wrapper around the core Epigos AI web application and REST API.

Installation

To install this package, please use Python 3.9 or higher.

To add epigos to your project simply install with pip:

pip install epigos

Or with poetry

poetry add epigos

Gettting Started

To make your first API call, you will need to signup at epigos.ai and create an API key for your workspace. Please contact our sales team for a demo.

Initialization:

import epigos

client = epigos.Epigos("api_key")

Prediction:

Make predictions with any of the models deployed in your workspace using the Model ID.

Classification

import epigos

client = epigos.Epigos("api_key")

# load classification model
model = client.classification("model_id")

# make predictions
results = model.predict("path/to/your/image.jpg")
print(results.json())

Contributing

If you want to extend our Python library or if you find a bug, please open a PR!

Also be sure to test your code with the make command at the root level directory.

Run tests:

make test

Commit message guidelines

It’s important to write sensible commit messages to help the team move faster.

Please follow the commit guidelines

Versioning

This project uses Semantic Versioning.

Publishing

This project is published on PyPi

License

This library is released under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

epigos-0.1.1.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

epigos-0.1.1-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file epigos-0.1.1.tar.gz.

File metadata

  • Download URL: epigos-0.1.1.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/5.15.0-1042-azure

File hashes

Hashes for epigos-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d67bff4c4359d3fb81fbf7c2337e82a2956bdce59ba71088b9606bfb267fd5af
MD5 c73c61ed69070f8b3d01ba3323ec32fc
BLAKE2b-256 d9859a176d1d94d11dc23ba65014cfd089ff375af802df758a3a217bd36473cb

See more details on using hashes here.

File details

Details for the file epigos-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: epigos-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.11.4 Linux/5.15.0-1042-azure

File hashes

Hashes for epigos-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0b7dc41810033d80c52c77c22512896a2538147681fbf8b76f898e8c3dfe51a6
MD5 64e0d5b79199bb76a818d4fdbf4c31fa
BLAKE2b-256 34c1f790e33a76ea6bbecffc2a691143b4da6ca77e665ca64d5d132c915f17ea

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page