Multi-Sensory AI Communication - Morse, Braille, SSTV/REFLUX encode+decode. Complete sensory loop!
Project description
Sensory
Multi-Sensory AI Communication - "Een 7B model krijgt opeens ogen"
Alias for mcp-server-sensory.
pip install sensory
Features
- Morse - Text to dots/dashes, audio timing, visual patterns
- Braille - Unicode braille, punchcard patterns, binary grids
- SSTV / REFLUX - Robot36, Scottie, Martin image modes (NEW!)
- Ponskaart - McMurdo authentication cards
- ggwave - Ultrasonic data transmission (coming)
REFLUX - The Concept
Give "eyes" to text-only LLMs via audio:
Text → Image → SSTV Audio → Radio → Audio → Image → OCR → Text
Quick Start
from sensory import morse, braille, sstv
# Morse
print(morse.encode("SOS")) # ... --- ...
# Braille
print(braille.encode("hello")) # ⠓⠑⠇⠇⠕
# SSTV / REFLUX - NEW!
audio = sstv.encode_text("STATUS: OK", mode="robot36")
# Returns WAV bytes for radio transmission
# McMurdo Ponskaart
ponskaart = sstv.encode_ponskaart("user", "token", "REBOOT")
Part of HumoticaOS - One love, one fAmIly!
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
sensory-0.3.0.tar.gz
(2.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 sensory-0.3.0.tar.gz.
File metadata
- Download URL: sensory-0.3.0.tar.gz
- Upload date:
- Size: 2.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 |
9c081ace297b41e63267b4fcb6b1b163b03ebff55d2e6202c2c619e05e616a9d
|
|
| MD5 |
fc7467a3ecde260d4c5e9e9172f2e694
|
|
| BLAKE2b-256 |
d73deb617046265c2d95bc3d51ceb1d8819728bf9faf5f10f390bc4b513e05f9
|
File details
Details for the file sensory-0.3.0-py3-none-any.whl.
File metadata
- Download URL: sensory-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.3 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 |
8745323e4166753f7b496c6de00ec39f4b6e16951344f43a9ff3c1e085a0b4a2
|
|
| MD5 |
51fc9cbde147d217bf7b58e0cec1ba1f
|
|
| BLAKE2b-256 |
68b84c6c94fd6776ce09637a7e5ab9269b8cba012169337511bd23ad26888f19
|