Python SDK for ObalaPalava Pidgin → English translation
Project description
ObalaPalava
A Python SDK for ObalaPalava, a live translation system for Pidgin → English, developed by WAIT Technologies.
Installation
Install the SDK via PyPI:
pip install obalapalava
Usage
Basic usage example:
from obalapalava import ObalaPalavaClient
# Initialize the client
client = ObalaPalavaClient()
# Translate a Pidgin sentence to English
pidgin_text = "How far boss"
english_text = client.translate(pidgin_text)
print("Pidgin:", pidgin_text)
print("English:", english_text)
Expected Output:
Pidgin: How far boss
English: How are you?
Quickstart with Live Demo & Voice Feature
Try the translation live with voice support: ObalaPalava Live Demo
# The same client can be used to integrate with web or TTS features
# Check the live demo link for examples and audio playback
Features
- Translate Ghanaian & Nigerian Pidgin to English
- Simple Python SDK for developers
- Ready for integration in web apps, chatbots, or scripts
- Supports voice output via the live demo
Developed by WAIT Technologies 🚀
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
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 obalapalava-0.1.5.tar.gz.
File metadata
- Download URL: obalapalava-0.1.5.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da577f9eeb8488fef022eab4f61ed21c95745521bf3f0d5ebc6202a01c22b1a6
|
|
| MD5 |
c454857f81e251f2871812328c8e80dd
|
|
| BLAKE2b-256 |
3cf1e5354179d653ca7f3ec4ec0134c266de715ce1c6f3fb441e39b66ab20e37
|
File details
Details for the file obalapalava-0.1.5-py3-none-any.whl.
File metadata
- Download URL: obalapalava-0.1.5-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f0ae2d4caf43df75269465e37fc1a398b2c898b857ad4a0f7fa6e914a9d7542
|
|
| MD5 |
be00f95ecb5f396f35af4a98b13a7bd4
|
|
| BLAKE2b-256 |
85e56b9a4ef9a2bbe27acb6517f9a9ddd00a0849c1bb146d6fe73a3d90004e52
|