a python library to use Streamn API's
Project description
Streamn Python SDK
This Streamn Python SDK provides convenient access to the Streamn API's.
Documentation
See the API docs
Requirements
- Python 3+
Installation
First make sure that Python is installed in your system.
pip install --upgrade streamn
Configuration
The library needs to be configured with your account's API Key
save credentials by saving a file named streamn_config.json in your working directory in the following format.
Example of 'streamn_cofig.json' file
{
"api_key":"asaisdniasnasnfjasdfn_asjhnadjsdsa"
}
A Transcript generation Example
import streamn
# Process audio file
status , transcipt = streamn.utils.process_audio.get_transcript( audio_file_path = <audio file path to transcibe> , is_medical = <bool, True or Flase> )
To know more about conversation object and it's functions, click [here][extended_readme-conversation-object]
Add other features
Need support
If the above doesn't help, do let us know at contact@streamn.ai
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
streamn-1.0.1.tar.gz
(6.7 kB
view details)
File details
Details for the file streamn-1.0.1.tar.gz.
File metadata
- Download URL: streamn-1.0.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3e2dd2e2e714077265140b788c17a4aebff5e76c9c574ab7602a074cf27cb28
|
|
| MD5 |
21cf7ebda18fbd06ebaf75fa199cb189
|
|
| BLAKE2b-256 |
da82fd6b05240f9a4674c4f599a84c0dd4e77aa789416865f8da0df953d36748
|