Cogniac / cogniac-sdk-py

Python SDK for Cogniac Public API
Apache License 2.0
5 stars 6 forks source link

Support cloudflow #117

Closed spatel-cog closed 2 years ago

spatel-cog commented 2 years ago

Address support for cloudflow /1/process calls. The following will now work for cloudflow and local (on-prem) edgeflow systems.

ef = cc.get_edgeflow('xxxx').  # xxx is the edgeflow_id or cloudflow_id
ef.process_media(subject_uid, media_filename)