A Python client for interacting with Bhashini inference services (ASR, NMT, TTS).
Project description
bhashini-client
A simple Python client library for interacting with Bhashini inference APIs.
Currently supports:
- ASR (Automatic Speech Recognition)
- NMT (Machine Translation)
- TTS (Text-to-Speech)
🚀 Installation
pip install bhashini-client
Example Usage
from bhashini_client import BhashiniClient
client = BhashiniClient(api_key="api-key")
print(client.asr("audio url", "source Language"))
print(client.nmt("input text", "source Language", "Target Language"))
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
bhashini_client-0.0.2.tar.gz
(3.4 kB
view details)
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 bhashini_client-0.0.2.tar.gz.
File metadata
- Download URL: bhashini_client-0.0.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bb8540d4fb29eefa991f818e4777db83ace64bd0e4125b6a1486e0c89fbcf89
|
|
| MD5 |
40cc38c23ed48fe9fd624237d6353e89
|
|
| BLAKE2b-256 |
83f1de355e540e6270a9f364d3c19f50531190cb7edeaacedf599bc6e4ed4618
|
File details
Details for the file bhashini_client-0.0.2-py3-none-any.whl.
File metadata
- Download URL: bhashini_client-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1175005d2b62a36a3a98691dace2255b01d594097839b759424fd2c9601eceef
|
|
| MD5 |
84aa0ecc79c2d72adccbf5de4a4cc567
|
|
| BLAKE2b-256 |
34dfe36009c98c0b312e8ea0e7382c01114d02aaf12c25d14f32b368cdc79329
|