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.0.tar.gz
(6.5 kB
view details)
File details
Details for the file streamn-1.0.0.tar.gz.
File metadata
- Download URL: streamn-1.0.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b34b4104bb2678694492fe5c42065e10ad074116e4c444addabac3fbf8e56399
|
|
| MD5 |
2dc28482f46a7d7760e4100902d39959
|
|
| BLAKE2b-256 |
73ed7e351c3a780fdec443e1d8d9ef92a72f73949de8abe7afe5ffd8a8590d27
|