muthuk1 commited on
Commit
4147ce5
·
verified ·
1 Parent(s): 93f46b6

Initial commit: SolVox - Voice-First Private AI Wallet for Solana

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🎤 SolVox — Voice-First Private AI Wallet for Solana
2
+
3
+ <div align="center">
4
+
5
+ ![SolVox Banner](https://img.shields.io/badge/SolVox-Voice_First_AI_Wallet-9945FF?style=for-the-badge&labelColor=0E0E2C)
6
+ ![QVAC](https://img.shields.io/badge/Powered_by-QVAC_SDK-26A17B?style=for-the-badge&labelColor=0E0E2C)
7
+ ![Solana](https://img.shields.io/badge/Chain-Solana-14F195?style=for-the-badge&labelColor=0E0E2C)
8
+ ![License](https://img.shields.io/badge/License-MIT-blue?style=for-the-badge)
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.