Python client for Egrobots Arabic Speech Sentiment Analysis service
Project description
Egrobots SA Client
Python client for Egrobots Arabic Speech Sentiment Analysis service.
Installation
pip install egrobots-sa-client
Quick Start
from egrobots_sa_client import EgrobotsSSAClient
client = EgrobotsSSAClient()
# Batch processing
result = client.batch_process(
audio_path="audio.mp3",
endpoint="sentiment", # or "conversation"
enable_translation=False
)
Configuration
Create a .env file:
WEBSOCKET_URL=wss://your-service.com/ws/stream-sentiment
BASE_URL=https://your-service.com
Documentation
See CLIENT_USAGE.md for full documentation.
License
MIT
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 egrobots_sa_client-1.1.0.tar.gz.
File metadata
- Download URL: egrobots_sa_client-1.1.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7acadbf72bf39368ff510a4a58017267bfe25198b18946997b58a3a4a15ba843
|
|
| MD5 |
66d92d566ef62a6d79d2f855ae25bd8d
|
|
| BLAKE2b-256 |
04d78cb4895c22755334736ffa1f32c3689dd71e4903445066249c0554429984
|
File details
Details for the file egrobots_sa_client-1.1.0-py3-none-any.whl.
File metadata
- Download URL: egrobots_sa_client-1.1.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1daee723565acef88f2437e1fd8af12edafef922c40df53e007ac8af63985d9
|
|
| MD5 |
1fae7d214ebadf6a00b113ce1fddc38c
|
|
| BLAKE2b-256 |
c0e2e082a2066430d894513afd2d2ef07ae6e67626984ebccdb01d8ceca809d5
|