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 hashes)
Built Distribution
Close
Hashes for conversations-0.13.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e8796dafc9ac9bc49b7e6e5c1cc2e29965bcb353b518e86c476f7b91c9e4a79 |
|
MD5 | f2b75173653b482da9de97f6c1099613 |
|
BLAKE2b-256 | 8571741301e107fdc012cb245d4bab7b4f99a1e166bdc96bf344854956cc7b60 |