ASpeechAI Python SDK
Project description
ASpeechAI's Python SDK
This project is aimed at providing a Python SDK for our A-SpeechAI API. It allows developers to easily integrate the A-SpeechAI capabilities into their Python applications to transcribe and understand audio
Installation
Before starting, you need to set the API key. If you don't have one yet, sign up for one!
To install the A-SpeechAI Python SDK, simply run the following command:
pip install aspeechai
Usage
To use the A-SpeechAI Python SDK, you need to import the Transcriber and Client classes from the aspeechai module. Here's an example of how to use it:
from aspeechai import Transcriber as tr, Client
# Create an instance of the A-SpeechAI class
TOKEN="af_zf......."
EMAIL="example@example.com"
client = Client(token=TOKEN,
email=EMAIL)
# Call the desired API method
transcriber = tr(client=client)
response = transcriber.transcribe(data="audio_file",
language_code="fon",
)
print(response)
Documentation
For detailed documentation on how to use the A-SpeechAI Python SDK, please refer to the official documentation.
Contributing
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request on the GitHub repository.
License
This project is licensed under the MIT License.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aspeechai-0.1.0.tar.gz.
File metadata
- Download URL: aspeechai-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d55bc149eee3d0df069d8a1d6fdae8e9bb25cf191bbe7e0d53004bd61bbafda5
|
|
| MD5 |
1e216e6fa68da63c4de3a8a9c8e09afa
|
|
| BLAKE2b-256 |
f7be2431559f6dcb45981814d62f6f9e99da83504b29b5fc8bbe29cf8a93106a
|
File details
Details for the file aspeechai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aspeechai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fce12672a0bd8952dbb9a610f97ee555a12ef74c4ed1358ee59093184d639835
|
|
| MD5 |
5541e74616de1e5ddb4a9bb73e31eddd
|
|
| BLAKE2b-256 |
b9d934197509f0cfb099244f4cef9901aa89c551c56052ca48928eae1b82ccae
|