Initial commit: SolVox - Voice-First Private AI Wallet for Solana
Browse files
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 🎤 SolVox — Voice-First Private AI Wallet for Solana
|
| 2 |
+
|
| 3 |
+
<div align="center">
|
| 4 |
+
|
| 5 |
+

|
| 6 |
+

|
| 7 |
+

|
| 8 |
+

|
| 9 |
+
|
| 10 |
+
**A fully offline, voice-controlled Solana wallet that runs AI 100% locally on your device.**
|
| 11 |
+
|
| 12 |
+
*No cloud. No API keys. No data leaves your machine. Ever.*
|
| 13 |
+
|
| 14 |
+
[Quick Start](#-quick-start) · [Architecture](#-architecture) · [Security](#-security-architecture) · [QVAC Integration](#-qvac-integration)
|
| 15 |
+
|
| 16 |
+
</div>
|
| 17 |
+
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
## 🏆 Built for Colosseum Frontier Hackathon — Tether QVAC Track
|
| 21 |
+
|
| 22 |
+
SolVox demonstrates the full power of [Tether's QVAC SDK](https://qvac.tether.io) by integrating **all 6 AI addon packages** into a production-grade Solana wallet with enterprise-level security.
|
| 23 |
+
|
| 24 |
+
**Hackathon listing:** [Tether Frontier Track on Superteam](https://superteam.fun/earn/listing/tether-frontier-hackathon-track)
|
| 25 |
+
|
| 26 |
+
| QVAC Package | Capability | Use in SolVox |
|
| 27 |
+
|---|---|---|
|
| 28 |
+
| `@qvac/llm-llamacpp` | LLM Inference | Intent parsing, financial reasoning, chat |
|
| 29 |
+
| `@qvac/embed-llamacpp` | Text Embeddings | Semantic search over transactions & contacts (RAG) |
|
| 30 |
+
| `@qvac/transcription-whispercpp` | Speech-to-Text | Voice command recognition |
|
| 31 |
+
| `@qvac/tts-onnx` | Text-to-Speech | Spoken wallet responses & confirmations |
|
| 32 |
+
| `@qvac/translation-nmtcpp` | Translation | Multilingual voice wallet (speak any language) |
|
| 33 |
+
| `@qvac/ocr-onnx` | OCR | Read QR codes, invoices, addresses from images |
|
| 34 |
+
|
| 35 |
+
See full README in the source code files below.
|