You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is the Python implementation of Deepgram's WebVTT and SRT formatting. Given a transcription, this package can return a valid string to store as WebVTT or SRT caption files.
6
6
@@ -13,8 +13,7 @@ pip install deepgram-captions
13
13
## WebVTT from Deepgram Transcriptions
14
14
15
15
```python
16
-
from deepgram_captions.converters import DeepgramConverter
17
-
from deepgram_captions.webvtt import webvtt
16
+
from deepgram_captions import DeepgramConverter, webvtt
0 commit comments