Skip to main content

python wrapper for the Glass Sphere DBS

Project description

GS DBS Client

The GS-DBS-Client is a Python library interacting with the Glass Sphere DBS.

Installation

Use the package manager pip to install the gs-dbs-client.

pip install gs-dbs-client

Usage

from client.gsdbs import GSDBS

	 _gsdbs = GSDBS()
     df = pd.read_csv('test.csv', sep=';')
     df = df.astype(
        {"streamkey": str, "fragmentid": str, "frameid": str, "objectid": str, "classid": str, "x": int, "y": int, "width": int, "height": int,
         "confidence": float})

     rc = _gsdbs.addDObject("gun", ["streamkey", "fragmentid", "frameid", "objectid"], df)

License

(C) 2021 ENS - Freies Institut für Technische Informatik UG haftungsbeschränkt

MIT

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

gs-dbs-client-0.1.25.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

gs_dbs_client-0.1.25-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

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