specimba commited on
Commit
43858dc
·
verified ·
1 Parent(s): ec4352d

Add Space README with setup instructions

Browse files
Files changed (1) hide show
  1. README.md +23 -9
README.md CHANGED
@@ -1,15 +1,29 @@
1
  ---
 
 
 
 
2
  sdk: gradio
3
- title: Nexus Os Space
4
- emoji: 📉
5
- colorFrom: blue
6
- colorTo: yellow
7
- sdk_version: 6.14.0
8
- python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
11
- tags:
12
- - ml-intern
13
  ---
14
 
15
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: NEXUS OS v2.1
3
+ emoji: 🔥
4
+ colorFrom: red
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.0.0
 
 
 
 
 
8
  app_file: app.py
9
  pinned: false
 
 
10
  ---
11
 
12
+ # NEXUS OS v2.1 Thermodynamic LLM Control System
13
+
14
+ Hybrid Cloud + Local Inference with BEC Thermodynamic Hallucination Control.
15
+
16
+ ## Features
17
+ - **37+ real models** including Nemotron-3 Nano-Omni 30B and OpenSonnet-Lite-MAX
18
+ - **Ollama relay** — connect your local Ollama via ngrok/tunnel
19
+ - **Cloud API fallback** — DeepSeek, Claude, GPT-5, Qwen, Kimi, GLM
20
+ - **4 hallucination detectors** (EPR, Spilled Energy, CK-PLUG, TWAVE)
21
+ - **Novel composite signals**: EEP, PTI, NEWI
22
+
23
+ ## Setup
24
+ 1. Expose your local Ollama: `ngrok http 11434`
25
+ 2. Set `OLLAMA_RELAY_URL` in Space secrets
26
+ 3. Add cloud API keys as needed
27
+
28
+ ## Repository
29
+ [specimba/nexus-os-v2](https://huggingface.co/datasets/specimba/nexus-os-v2)