Subject-Emu-5259 commited on
Commit
c3050cc
·
verified ·
1 Parent(s): 954bd36

Upload configs/README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs/README.md +190 -0
configs/README.md ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 🧠 NeuralAI: The Generative AI Engine
2
+
3
+ <img src="neuralai_banner.svg" alt="NeuralAI - Your AI. On your hardware. In your browser." />
4
+
5
+ ## 📊 Repository Composition
6
+
7
+ | Language | Percentage |
8
+ | --- | --- |
9
+ | Python | 71.1% |
10
+ | HTML | 13.0% |
11
+ | JavaScript | 12.4% |
12
+ | CSS | 2.6% |
13
+ | Shell | 0.4% |
14
+ | Jupyter Notebook | 0.3% |
15
+ | Jinja | 0.2% |
16
+
17
+ **The High-Velocity Model for Your Entire Vibe Stack**
18
+
19
+ NeuralAI is the central intelligence engine developed for **Harris Holdings**. Conceived and engineered by **De'Andrew Preston Harris** (Founder), it is a highly tuned, DPO-aligned multimodal AI ec\[...\]
20
+
21
+ ---
22
+
23
+ ## 🌟 Vision & Manifesto
24
+
25
+ NeuralAI doesn't just predict text; it *operates the work*. The core mission is to create a multimodal generative system that bridges the gap between raw idea and execution. By fusing autoregressi\[...\]
26
+
27
+ Born from resilience and ambition in Memphis, Tennessee and West Memphis, Arkansas, NeuralAI represents a forward-thinking approach to personal, private AI computing.
28
+
29
+ ---
30
+
31
+ ## 🛠️ Tech Stack & Architecture (v7.1-alpha)
32
+
33
+ NeuralAI is built on a high-performance, containerized architecture that marries local inference with cloud-grade storage.
34
+
35
+ ### Core Stack
36
+
37
+ - **Core Model**: `SmolLM2-360M-Instruct` (DPO v13.0 Aligned for logic, math, multi-step reasoning, and debugging)
38
+ - **Vocal Identity**: Andrew (Warm/Multilingual) - Optimized for Live Speech-to-Speech (S2S)
39
+ - **Backend Framework**: Python / Flask (Core Service)
40
+ - **Storage & Database**: SQLite3 (Metadata) + Nextcloud Hub via NeuralCloud WebDAV Client (NeuralDrive)
41
+ - **Inference Engine**: PyTorch (CPU/Edge Optimized)
42
+ - **Frontend UI**: Vanilla JS, HTML5, CSS3 with an advanced Dark Mode layout
43
+
44
+ ### Core Architectural Pillars
45
+
46
+ 1. **NeuralAI Core**: Handles chat state, direct model inference, terminal session proxying, and tool orchestration.
47
+ 2. **NeuralDrive (Cloud Storage)**: The intelligent data layer for all projects, featuring isolated user storage, automatic versioning, and semantic mapping.
48
+ 3. **Diffusion Engine**: An integrated generative diffusion layer for producing visual branding assets, UI mockups, and visual logic maps.
49
+ 4. **Agentic Orchestrator**: A high-autonomy layer enabling NeuralAI to plan, reason, and execute multi-step workflows across the OS and web, moving beyond simple chat to active goal achievement.
50
+
51
+ ---
52
+
53
+ ## ✨ Key Features & Capabilities
54
+
55
+ ### 💬 Multimodal Chat & Agentic Intelligence
56
+
57
+ - **High-Velocity Text Inference**: Fast, local inference with deep context awareness.
58
+ - **Deep Reasoning Mode**: Integration of test-time compute and chain-of-thought reasoning for complex problem decomposition and error-free logic.
59
+ - **Autonomous Agentic Workflows**: Ability to operate as an agent—interacting with the browser, terminal, and third-party apps to complete end-to-end tasks with minimal supervision.
60
+ - **Live S2S (Speech-to-Speech)**: Real-time voice interaction with an integrated microphone interface and fluid vocal responses.
61
+ - **Identity Vault & Memory**: Persistent user memory and rule constraints, ensuring NeuralAI remembers preferences, behavioral rules, and historical context.
62
+
63
+ ### 💻 Developer & Engineering Tools
64
+
65
+ - **Integrated Web Terminal**: A fully functional, WebSocket-driven terminal embedded directly in the web UI for immediate environment control.
66
+ - **File Workspace**: An in-browser IDE experience allowing users to browse directories, read, and write code seamlessly.
67
+ - **Code Execution & Sandbox**: Secure environment for the model to execute and test code on the fly.
68
+
69
+ ### 🔐 Authentication & Access Tiers
70
+
71
+ - **Founder Mode**: Ultimate root-level access and system control.
72
+ - **Maestro Student Portal**: Tiered access for educational and collaborative development.
73
+ - **Guest Preview**: Frictionless instant access for testing the system without an account.
74
+
75
+ ---
76
+
77
+ ## 🏋️ Model Training & Fine-Tuning (DPO)
78
+
79
+ NeuralAI is continuously learning and improving through rigorous **Direct Preference Optimization (DPO)**.
80
+
81
+ ### Training Pipeline
82
+
83
+ ```python
84
+ # Example of the DPO alignment configuration used in NeuralAI
85
+ dpo_config = DPOConfig(
86
+ beta=0.1,
87
+ learning_rate=5e-5,
88
+ per_device_train_batch_size=4,
89
+ gradient_accumulation_steps=4,
90
+ max_length=1024,
91
+ max_prompt_length=512,
92
+ )
93
+ ```
94
+
95
+ - **Dataset Expansions**: The dataset is aggressively expanded to include advanced reasoning, complex mathematics, logical deduction, creative writing, and system debugging.
96
+ - **Behavioral Alignment**: NeuralAI is specifically tuned to adhere strictly to the "Harris Holdings" vibe—maintaining a professional, technical, and highly disciplined engineering tone.
97
+ - **Model Drift Monitoring**: Continuous evaluation against previous checkpoints to ensure response quality and consistency never regress.
98
+
99
+ ### Latest Alignment Run: v13.0
100
+
101
+ - **Training samples**: 363
102
+ - **Validation samples**: 41
103
+ - **Epochs**: 3
104
+ - **Best checkpoint**: `checkpoint-69`
105
+ - **Best validation loss**: `0.7232` at step `69`
106
+ - **Earlier eval losses**: `1.6713` at step `23`, `0.8969` at step `46`
107
+ - **Relative improvement**: `56.73%` reduction from the first eval checkpoint to the best checkpoint
108
+ - **Run duration**: `1571.4s` (~26m 11s)
109
+ - **Completed**: `2026-05-17 08:41 UTC`
110
+
111
+ ---
112
+
113
+ ## 📸 Brand & UI Gallery
114
+
115
+ *(UI screenshots showcase the beautiful dark mode interface, the terminal integration, and the NeuralDrive file explorer.)*
116
+
117
+ ```html
118
+ <!-- Example Frontend UI Component Structure -->
119
+ <div class="neural-chat-container">
120
+ <div class="message-bubble ai-response">
121
+ NeuralAI: System optimal. Ready for execution.
122
+ </div>
123
+ </div>
124
+ ```
125
+
126
+ ---
127
+
128
+ ## 🗺️ Implementation Roadmap
129
+
130
+ - ✅ **Phase 1: Alignment** - DPO training for Founder context and optimal engineering tone.
131
+ - ✅ **Phase 2: NeuralDrive** - Deployment of the Cloud Storage File Server.
132
+ - ✅ **Phase 3: Terminal UI** - Integrated command-line access within the browser.
133
+ - ✅ **Phase 4: Live S2S** - High-velocity Live Speech-to-Speech conversations.
134
+ - ✅ **Phase 5: "Founder Mode"** - Enhancements to vocal profile and streamlined UI.
135
+ - ✅ **Phase 6: Frontend Polish** - Dark themes, real-time code execution display, UI stability.
136
+ - ✅ **Phase 7: Diffusion Integration** - Implementation of Text2Img & Img2Img capabilities.
137
+ - 🚀 **Phase 8: Knowledge Graph & Agentic Autonomy** - Advanced long-term memory for cross-project context, "Supermemory" features, and fully autonomous task execution.
138
+
139
+ ---
140
+
141
+ ## 🎯 Future Vision: The Software Transition
142
+
143
+ NeuralAI is evolving from a workspace-bound assistant into a standalone, downloadable intelligence environment.
144
+
145
+ **Project Code Name**: `NeuralLabs` (Working Title)
146
+ **Vision**: A local-first, AI-native operating environment that integrates the Agentic Orchestrator, World-Brain, and NeuralDrive into a seamless desktop experience—similar to the "Codex" model but expanded into a full cognitive workspace.
147
+
148
+ ### 🚀 Roadmap Addition: The NeuralLabs Shift
149
+
150
+ - **NeuralLabs v1 (Client)**: Development of a cross-platform wrapper (Electron/Tauri) for the NeuralAI interface.
151
+ - **NeuralLabs v2 (Edge)**: Local model execution (Llama/Mistral) as a fallback for the cloud-based NeuralAI core.
152
+ - **NeuralLabs v3 (Eco)**: Plugin architecture allowing third-party "Neural-Skills" to be installed as standalone apps.
153
+
154
+ ---
155
+
156
+ ## 👨‍💻 The Developer & Architect
157
+
158
+ **De'Andrew Preston Harris** (D. Harris / Dre)
159
+ *Founder, Harris Holdings & Architect of NeuralAI*
160
+
161
+ A dedicated software engineer, thinker, and builder from West Memphis, AR. De'Andrew is currently pursuing an AAS in AI Software Engineering at Maestro College. NeuralAI is the culmination of his\[...\]
162
+
163
+ - **Location:** Memphis, TN / West Memphis, AR
164
+ - **Vision:** Building the future of private, high-performance generative AI.
165
+ - [LinkedIn](https://www.linkedin.com/in/deandrewharris94/) | [GitHub](https://github.com/Subject-Emu-5259)
166
+
167
+ ---
168
+
169
+ *Built with precision and discipline for Harris Holdings.*
170
+
171
+ ### CURRENT VERSION: v7.1-alpha (The Agentic Operator)
172
+
173
+ - **Model Alignment**: DPO v13.0 Aligned (Logic, Debugging, Reasoning)
174
+ - **Last Maintenance**: June 1, 2026
175
+
176
+ Your tone is technical, concise, and professional. You prioritize system stability and cleanliness above all else.
177
+
178
+ ---
179
+
180
+ # 🌌 NeuralAI Project Manifest
181
+
182
+ NeuralAI is the intelligence core that powers the ecosystem.
183
+
184
+ ## 🔗 Ecosystem Integration
185
+ The standalone software implementation of this core is **NeuralLabs**:
186
+ 👉 [https://github.com/Subject-Emu-5259/NeuralLabs](https://github.com/Subject-Emu-5259/NeuralLabs)
187
+
188
+ **Software Downloads**:
189
+ The latest beta builds (v0.1-Beta) of NeuralLabs are available at:
190
+ 👉 **[https://zo.pub/deandrewharris/neurallabs-beta](https://zo.pub/deandrewharris/neurallabs-beta)**