No project description provided
Project description
Conversations
Rich analysis of conversations.
Installation
pip install conversations
Usage
from pathlib import Path
from conversations import Conversation
audio_file = Path('/path/to/audio.mp4')
conversation = Conversation(recording=audio_file)
conversation.transcribe()
conversation.diarise()
html_report = conversation.report()
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
conversations-0.15.0.tar.gz
(10.2 kB
view details)
Built Distribution
File details
Details for the file conversations-0.15.0.tar.gz
.
File metadata
- Download URL: conversations-0.15.0.tar.gz
- Upload date:
- Size: 10.2 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 | d2729d92728c82d1ebd47c1ab228d46ec6b331d435f98b45cb51a68a27db18c0 |
|
MD5 | 7cd41d2981383d2a33aaac070ef7a764 |
|
BLAKE2b-256 | b01e990b49597635cbe697c76b2293cbf35baf4094efd8448b73bccaccde2a64 |
Provenance
File details
Details for the file conversations-0.15.0-py3-none-any.whl
.
File metadata
- Download URL: conversations-0.15.0-py3-none-any.whl
- Upload date:
- Size: 7.6 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 | 054b6b6185f5978c958bfa041cbd8c77450cdbe2c0fefb9b567d85ae64101dbc |
|
MD5 | 50e18c24f849a5b34417e565b25cd5c2 |
|
BLAKE2b-256 | 3b53627af76781f7920aa917d8a2349ca7141a82e62551f61f58ffb9deee6daa |