An opinionated way of doing AI - Task-oriented ai nodes for general-computing
Project description
boio
an opinionated way of doing ai
Installation
uv venv
source .venv/bin/activate
uv pip install -e .
Usage
import boio
# Basic transcription
text = boio.transcribe("audio.wav")
# control source and target langs
text = boio.transcribe("audio.wav", source_lang="es", target_lang="es")
Environment Setup
Create a .env file in your project root:
# .env
SURUS_API_KEY=your_api_key_here
Or set the environment variable directly:
export SURUS_API_KEY="your_api_key"
Development
# Setup environment
uv venv
source .venv/bin/activate
uv pip install -e ".[dev]"
# Run tests
pytest tests/
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
boio-0.1.0.tar.gz
(4.1 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
boio-0.1.0-py3-none-any.whl
(4.2 kB
view details)
File details
Details for the file boio-0.1.0.tar.gz.
File metadata
- Download URL: boio-0.1.0.tar.gz
- Upload date:
- Size: 4.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 |
cc2a80665b09535c9df837892d3c789bb283df68aa1c183417fa17a752ee0ccd
|
|
| MD5 |
660f18090ce7896be5a608af92571501
|
|
| BLAKE2b-256 |
e270ac50055e45b78a3e68fd29953c3b34ed7dbf15a2e94e1ccd4aae33c323f2
|
File details
Details for the file boio-0.1.0-py3-none-any.whl.
File metadata
- Download URL: boio-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
76ce66be70624ee19acd3fee8124a3f16015354eedcc7b2a03abccb03f9e8123
|
|
| MD5 |
50ecf29f392aecab32e322379cf01c32
|
|
| BLAKE2b-256 |
cf3438871406c8ada19f097f7fe0c096c7b6e7510b3461c6fda6bfad978349aa
|