No project description provided
Project description
Conversations
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.
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
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
Built Distribution
File details
Details for the file conversations-0.16.0.tar.gz
.
File metadata
- Download URL: conversations-0.16.0.tar.gz
- Upload date:
- Size: 10.8 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4466da2f1436604101ba1c0220656460145bfbe3fc58335e4127f7e6a4bd9866 |
|
MD5 | e551daa9537ced4a77ec3fec14ddb176 |
|
BLAKE2b-256 | 70b1a791b703cdb065d6b30d4739d620200fac076e90dd47b081ee4e73255fc4 |
Provenance
File details
Details for the file conversations-0.16.0-py3-none-any.whl
.
File metadata
- Download URL: conversations-0.16.0-py3-none-any.whl
- Upload date:
- Size: 8.4 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0030936ec0b63d5608a3b8653e18d27fef73c38a8abe0581fd80602e714710e9 |
|
MD5 | dd7a6810b6e61102a176353bb5170780 |
|
BLAKE2b-256 | dfcdd4bd6be1b03f4ba3fc77e518d9b9a7e45df7ac25b47bbd15549ad275a3d2 |