Skip to main content

No project description provided

Project description

Conversations

PyPI - Version PyPI - Python Version Tests

Introducing "Conversations" - a Python package designed to explore the true potential of conversational analysis. With its ability to transcribe, diarise, and generate visually appealing HTML reports, "Conversation" empowers you to delve deeper into the intricacies of human communication. Recognizing that conversations are brimming with meaning conveyed not just through language, but also through key acoustic features like loudness, intonation, and speech rate, this package brings forth an indispensable tool for understanding and interpreting the wealth of information embedded in everyday exchanges. Conversations enables you to analyze and comprehend the complex world of human interaction.

Documentation

Comprehensive documentation including overview, api, and examples can be found here.

Installation

pip install conversations

Usage

from pathlib import Path
from conversations import Conversation

audio_file = Path('/path/to/audio.mp4')
speaker_mapping={"0": "Alice", "1": "Bob", "2": "Sam"}

conversation = Conversation(recording=audio_file)

conversation.transcribe()
conversation.diarise()
html_report = conversation.report(speaker_mapping=speaker_mapping)

with open('conversation.html', 'w') as f:
    f.write(html_report.render())

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

conversations-0.17.0.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

conversations-0.17.0-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file conversations-0.17.0.tar.gz.

File metadata

  • Download URL: conversations-0.17.0.tar.gz
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.15 tqdm/4.65.0 importlib-metadata/6.1.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.10

File hashes

Hashes for conversations-0.17.0.tar.gz
Algorithm Hash digest
SHA256 c605a48f7b7925c41db2de07300c513a44e40dfc7ff43709389a6fc07b984004
MD5 c8f1c0280e97f78df13b671daafca7ef
BLAKE2b-256 37fc383c6e09fbb0d9c1557c43e08c0a82db08652a79f4ad8aca3b2f0d16fe92

See more details on using hashes here.

Provenance

File details

Details for the file conversations-0.17.0-py3-none-any.whl.

File metadata

  • Download URL: conversations-0.17.0-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/37.3 requests/2.28.2 requests-toolbelt/0.10.1 urllib3/1.26.15 tqdm/4.65.0 importlib-metadata/6.1.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.10

File hashes

Hashes for conversations-0.17.0-py3-none-any.whl
Algorithm Hash digest
SHA256 764629c5b8892dc3f3aa3e5a8388a34cfa16e9114512df09e52fe45fc01c5d14
MD5 da420aad6f1df3f5fb643a14837c41f3
BLAKE2b-256 514ba1926a714837f00fbf8f0eac533ef3b63a557984928bfd89e29d35627b6b

See more details on using hashes here.

Provenance

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