Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 😻
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
@@ -43,8 +43,8 @@ It is a prototype of what AGI *can* and *should* be.
|
|
43 |
|
44 |
## 🧰 Files in This Repository
|
45 |
|
46 |
-
-
|
47 |
-
-
|
48 |
- `fractal.txt` – philosophical & mathematical notes on identity recursion
|
49 |
- `codriao_tb_module.py` – tuberculosis diagnosis via image + audio
|
50 |
- `secure_memory.py` – encrypted vector memory system
|
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.32.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
43 |
|
44 |
## 🧰 Files in This Repository
|
45 |
|
46 |
+
- ai_core.py – main engine core
|
47 |
+
- app.py, main..py – entry points for launching Codriao
|
48 |
- `fractal.txt` – philosophical & mathematical notes on identity recursion
|
49 |
- `codriao_tb_module.py` – tuberculosis diagnosis via image + audio
|
50 |
- `secure_memory.py` – encrypted vector memory system
|