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.14.0.tar.gz
(9.9 kB
view hashes)
Built Distribution
Close
Hashes for conversations-0.14.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e414549901cceb97d65dfefd7a66259f6e84db535c535e342ed0d15f854ca3ae |
|
MD5 | 2116e19ef0d2831a5f28a838630cf301 |
|
BLAKE2b-256 | 82e496395ee3810656bca4e80d675af35d086d430a756471c8789681f6a24e65 |