Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aspeechai-0.1.1.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aspeechai-0.1.1-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file aspeechai-0.1.1.tar.gz.

File metadata

  • Download URL: aspeechai-0.1.1.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

Hashes for aspeechai-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e17977ed4a173b72a3dbc4e6e84aa3c46c975135a4ab42d869e2f5318c86eb2a
MD5 5daa01f427b9c21481077d94a2a1b212
BLAKE2b-256 25113e8c9faf9c993a2fe41e6e39f12a2310fb21ca41bed8b80e03a0484b3c8b

See more details on using hashes here.

File details

Details for the file aspeechai-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: aspeechai-0.1.1-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

Hashes for aspeechai-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9ff13b84f3c67887bce58e61037289403e545147188640131417641004338d33
MD5 0af7991db57ad10b295921c6eb16cf55
BLAKE2b-256 87d739cf5ed8ac7307d8834b46bddb112a3449d77e4b56811fd4a1557b402d41

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page