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.1.3.tar.gz
(6.0 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.1.3.tar.gz.
File metadata
- Download URL: bhashini_client-0.1.3.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
071ef3d8cee66f33c6fbf222e5d13dd5f7282b9645bf1033e623aec967e9aeda
|
|
| MD5 |
583ab8459c09cca420bf821756fc26fc
|
|
| BLAKE2b-256 |
e7e2ac8d5d6d6e1314d5413bc3412655be3bc5686c75ed8eec9893ffbe5369ee
|
File details
Details for the file bhashini_client-0.1.3-py3-none-any.whl.
File metadata
- Download URL: bhashini_client-0.1.3-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7326e6f18ae028bdaa5adb7484d5ac870dbb64246d963f6bc26956f67941b5e
|
|
| MD5 |
055eb4187f9b0466d082f29c55f1f8b2
|
|
| BLAKE2b-256 |
e0ad6702a1c4897a2e757f0235d17efbb6eb5ba12f50eed97d168d877dad99d5
|