olivepy.client package¶
Submodules¶
olivepy.client.analyze_client module¶
- olivepy.client.analyze_client.heartbeat_notification(heatbeat)¶
olivepy.client.enroll_client module¶
olivepy.client.learn_client module¶
olivepy.client.status_client module¶
- olivepy.client.status_client.heartbeat_notification(heatbeat)¶
Callback method, notified by the async client that a heartbeat message has been received from the OLIVE server
- olivepy.client.status_client.print_plugins(client, sys)¶
olivepy.client.utils_client module¶
- olivepy.client.utils_client.main()¶
- Returns
olivepy.client.workflow_cem module¶
- olivepy.client.workflow_cem.main()¶
Client for interacting with the workflow API
olivepy.client.workflow_client module¶
- olivepy.client.workflow_client.heartbeat_notification(heatbeat)¶
Callback method, notified by the async client that a heartbeat message has been received from the OLIVE server
- olivepy.client.workflow_client.main()¶
Client for interacting with the workflow API
olivepy.client.workflow_enroll_client module¶
- olivepy.client.workflow_enroll_client.main()¶
- Returns
- olivepy.client.workflow_enroll_client.parse_pem_file(data_lines)¶
Parse a PEM file, grouping the results by audio file and channel :param data_lines: :return: a dictionary of audio files to score and the channel region: {‘filename’: {channel: [(start_region, end_region)]} }