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.13.0.tar.gz
(9.4 kB
view details)
Built Distribution
File details
Details for the file conversations-0.13.0.tar.gz
.
File metadata
- Download URL: conversations-0.13.0.tar.gz
- Upload date:
- Size: 9.4 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 | 82e3a9e6098f278a0b4210af5b4fa02620ee863c5d6681af4696123efccef446 |
|
MD5 | cf3d5a5d905b640e30e77373fd046105 |
|
BLAKE2b-256 | 44acae10060533df6729a02aa75f90ccaa32242ec0f23de222cf47bba330c13b |
Provenance
File details
Details for the file conversations-0.13.0-py3-none-any.whl
.
File metadata
- Download URL: conversations-0.13.0-py3-none-any.whl
- Upload date:
- Size: 7.0 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 | 1e8796dafc9ac9bc49b7e6e5c1cc2e29965bcb353b518e86c476f7b91c9e4a79 |
|
MD5 | f2b75173653b482da9de97f6c1099613 |
|
BLAKE2b-256 | 8571741301e107fdc012cb245d4bab7b4f99a1e166bdc96bf344854956cc7b60 |