Sagicc commited on
Commit
b05388d
·
verified ·
1 Parent(s): 1eafd4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -11
README.md CHANGED
@@ -1,15 +1,21 @@
1
  ---
2
- title: NanoGenzen GUI
3
- emoji: 📚
4
- colorFrom: gray
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 6.25.0
8
- python_version: '3.12'
9
- app_file: app.py
10
  pinned: false
11
- license: mit
12
- short_description: Test nanoGenzen in app
13
  ---
14
 
15
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: "nanoGentzen Neurosymbolic Studio"
3
+ emoji: "🧠"
4
+ colorFrom: "indigo"
5
+ colorTo: "purple"
6
+ sdk: "gradio"
7
+ sdk_version: "6.25.0"
8
+ app_file: "app.py"
 
9
  pinned: false
10
+ license: "mit"
 
11
  ---
12
 
13
+ # 🧠 nanoGentzen Neurosymbolic Studio
14
+
15
+ Interactive AI studio coupling Neural LLMs with a deterministic, mathematically certified **Gentzen Sequent Calculus Engine (LI & LK)**.
16
+
17
+ ## Capabilities
18
+
19
+ * **Dual-Process Reasoning**: System 1 (LLM) generates transparent `<think>` steps while System 2 (nanoGentzen) certifies deductive soundness in < 25 ms.
20
+ * **Dual-Mode Prover**: Verifies constructive proofs in Intuitionistic Logic ($LI$) and classical tautologies in Classical Logic ($LK$ via Glivenko's Theorem).
21
+ * **Fallacy Detection**: Detects and flags formal fallacies (*Affirming the Consequent*, *Denying the Antecedent*, circular arguments).