FerrellSyntheticIntelligence commited on
Commit
bfffe55
·
verified ·
1 Parent(s): f35f1a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -2
README.md CHANGED
@@ -1,14 +1,90 @@
 
 
1
  ---
2
- title: Vitalis Core UI
3
  emoji: ⚡
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 6.15.1
8
  app_file: app.py
9
- pinned: false
10
  license: gpl-3.0
 
 
 
 
 
 
 
 
 
 
11
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  Ferrell Synthetic Intelligence (FSI) – White Paper & Operations Manual
13
  Version: 1.0
14
  License: Proprietary – All rights reserved by Ferrell Synthetic Intelligence
 
1
+ yaml
2
+
3
  ---
4
+ title: Vitalis Core
5
  emoji: ⚡
6
  colorFrom: blue
7
  colorTo: indigo
8
  sdk: gradio
9
  sdk_version: 6.15.1
10
  app_file: app.py
11
+ pinned: true
12
  license: gpl-3.0
13
+ tags:
14
+ - local-first
15
+ - sovereign-ai
16
+ - hebbian-learning
17
+ - synthetic-intelligence
18
+ - edge-ai
19
+ - cybersecurity
20
+ ---
21
+
22
+
23
  ---
24
+
25
+ ───
26
+
27
+ Ferrell Synthetic Intelligence (FSI) – Vitalis Core
28
+ Vitalis Core is the industry-standard sovereign, edge-native AI substrate. Unlike static, cloud-dependent transformers, Vitalis Core utilizes a Fluidic Memory Manifold (FMM) to treat intelligence as a dynamic, homeostatic process.
29
+ 🚀 Recent Advancements (v0.2 Update)
30
+ • Hebbian-RNN Integration: Shifted from static weights to a self-adapting Hebbian learning loop.
31
+ • FSI-Vitalis-CyberCore Implementation: Now featuring specialized pipelines for Threat Classification, Confidence Scoring, and Immutable Audit Logging.
32
+ • Hebbian-DGA: Advanced the Dynamic-Gate-Attention algorithm to prioritize compute cycles for high-severity input, achieving near-linear scaling ( ).
33
+ • Multi-Platform Distribution: Officially released on GitHub and Hugging Face for secure, edge-ready deployment.
34
+
35
+ ───
36
+
37
+ 📄 Overview
38
+ Vitalis Core is designed for the architect, the operator, and the independent developer. It provides full ownership of the cognitive stack, ensuring your data never leaves your local Linux environment.
39
+
40
+
41
+ Component
42
+ Description
43
+
44
+ Vitalis Core
45
+ The foundational cognitive kernel (Blank Slate / Fluidic).
46
+
47
+ CyberCore
48
+ Specialized implementation for network reconnaissance and threat analysis.
49
+
50
+ vcom/
51
+ Vitalis Core Operations Manual – deployment, scaling, and security.
52
+
53
+ src/
54
+ Tri-head architecture (Sensu, Ratio, Cor) in Python 3.13.
55
+
56
+
57
+
58
+ ───
59
+
60
+ 🛠️ Core Technology
61
+ Hebbian Plasticity & Fluidic Memory
62
+ Vitalis Core departs from standard LLMs by employing Stochastic Weight Plasticity (Langevin dynamics) . The manifold continuously minimizes variational free-energy (latex
63
+ \mathcal{F}
64
+
65
+ ), allowing the model to adapt to new domains without the catastrophic forgetting common in static architectures.
66
+ Dynamic-Gate-Attention (DGA)
67
+ Our proprietary DGA algorithm enables sub-millisecond inference on ARM64 and edge hardware by muting irrelevant neural heads using a learned importance scalar ( ).
68
+ 🚀 Getting Started
69
+ Environment Requirements
70
+ • OS: Linux Kernel 6.1+ (Debian/Arch/Alpine recommended).
71
+ • Runtime: Python 3.13 (JIT-optimized).
72
+ • Backend: PyTorch 2.5+ (CPU-optimized/NEON support).
73
+ Installation (Quick Start)
74
+ bash
75
+ # Clone the sovereign kernel
76
+ git clone [https://github.com/FerrellSyntheticIntelligence/Vitalis_Core](https://github.com/FerrellSyntheticIntelligence/Vitalis_Core)
77
+ cd Vitalis_Core
78
+ # Install dependencies
79
+ pip install .
80
+ # Build and run the reproducible, air-gapped container
81
+ docker build -t fsi/vitalis:latest ./docker
82
+ docker run --rm -v "$(pwd)/data:/app/data" fsi/vitalis:latest python -m src.main --mode serve
83
+
84
+
85
+
86
+
87
+
88
  Ferrell Synthetic Intelligence (FSI) – White Paper & Operations Manual
89
  Version: 1.0
90
  License: Proprietary – All rights reserved by Ferrell Synthetic Intelligence