Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 🎬 AizyPlay (AizyView Project)
|
| 2 |
+
|
| 3 |
+
**AizyPlay** is a **local-first** and **sovereign** media player designed to transform passive video consumption into an augmented study experience. Developed with **Tauri** and **Rust**, it integrates cutting-edge AI tools for transcription, translation, and contextual analysis, all running **completely offline**.
|
| 4 |
+
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
## 🚀 Key Features
|
| 8 |
+
|
| 9 |
+
* **Universal Playback**: Integration of **libVLC** to support a wide range of video and audio formats like MP4, MKV, MP3, and FLAC. [cite: 1, 2]
|
| 10 |
+
* **AI Transcription**: High-performance transcription using **Whisper.cpp** directly from the audio track. [cite: 1, 2]
|
| 11 |
+
* **Offline Translation**: Multilingual translation pipeline powered by **Meta NLLB** via **CTranslate2**. [cite: 1, 2]
|
| 12 |
+
* **Contextual AI Chat**: Interact with your media via a **local LLM** (.gguf) that understands the generated transcript. [cite: 1, 2]
|
| 13 |
+
* **Web Import**: Securely ingest web content via **yt-dlp** (respecting legal and CGU guidelines). [cite: 1, 2]
|
| 14 |
+
* **Local Cache**: Automatic saving of transcripts for instant access without re-processing. [cite: 1]
|
| 15 |
+
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
## 🛠️ Quick Start (Plug & Play)
|
| 19 |
+
|
| 20 |
+
AizyPlay is designed for maximum ease of use. No installation of Node.js, Python, or Rust is required for the end-user. [cite: 1]
|
| 21 |
+
|
| 22 |
+
1. **Download** the ZIP archive.
|
| 23 |
+
2. **Extract** (unzip) the folder.
|
| 24 |
+
3. **Run** the `.exe` file to start AizyPlay immediately.
|
| 25 |
+
|
| 26 |
+
> **Important**: Keep the `/resources` folder in the same directory as the executable. It contains all essential AI models and runtimes. [cite: 1]
|
| 27 |
+
|
| 28 |
+
---
|
| 29 |
+
|
| 30 |
+
## 🧠 Technical Architecture
|
| 31 |
+
|
| 32 |
+
| Component | Technology |
|
| 33 |
+
| :--- | :--- |
|
| 34 |
+
| **Frontend** | React 19, TypeScript, Vite, Lucide Icons [cite: 1] |
|
| 35 |
+
| **Backend** | Rust (Tauri v2) [cite: 1, 2] |
|
| 36 |
+
| **Video Engine** | libVLC (Windows-optimized) [cite: 1, 2] |
|
| 37 |
+
| **Transcription** | Whisper.cpp (GGML Models) [cite: 1] |
|
| 38 |
+
| **Translation** | NLLB + CTranslate2 (Embedded Python) [cite: 1, 2] |
|
| 39 |
+
| **AI Chat** | node-llama-cpp (GGUF Models) [cite: 1] |
|
| 40 |
+
|
| 41 |
+
---
|
| 42 |
+
|
| 43 |
+
## ⚖️ Vision and Sovereignty
|
| 44 |
+
|
| 45 |
+
The project aligns with a digital **sovereignty** approach:
|
| 46 |
+
* **Privacy by Design**: All processing happens on your machine; no data leaves unless you use Web Import. [cite: 1, 2]
|
| 47 |
+
* **Independence**: AizyPlay is an independent project with its own lifecycle, distinct from Aizybrain Nano. [cite: 2]
|
| 48 |
+
* **Ψ Index**: Features a confidence measure to evaluate the AI's understanding of the content. [cite: 2]
|
| 49 |
+
|
| 50 |
+
---
|
| 51 |
+
|
| 52 |
+
## 📞 Contact & Support
|
| 53 |
+
|
| 54 |
+
* **Developer**: AIzyNow — R&D in Sovereign Artificial Intelligence. [cite: 1, 2]
|
| 55 |
+
* **Contact**: contact@aizynow.com. [cite: 1]
|
| 56 |
+
* **Legal**: Users are responsible for ensuring they have the right to process the content they import. [cite: 1, 2]
|
| 57 |
+
|
| 58 |
+
---
|
| 59 |
+
*© 2019-2026 AIzyNow*
|