Spaces:
Runtime error
Runtime error
Create README.md
Browse files
README.md
CHANGED
@@ -1,52 +1,71 @@
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
-
title: Codriao
|
3 |
-
emoji: π
|
4 |
-
colorFrom: yellow
|
5 |
-
colorTo: purple
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: "5.22.0"
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: mit
|
11 |
-
---
|
12 |
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
15 |
|
16 |
---
|
17 |
|
18 |
-
##
|
19 |
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
---
|
25 |
|
26 |
-
##
|
27 |
|
28 |
-
|
29 |
|
30 |
-
|
31 |
-
- **Universal Cognition**: Responds through a system message that models balanced, multiperspective thinking.
|
32 |
-
- **Bias Mitigation**: Avoids asserting truth without justification, and presents questions or tensions when uncertain.
|
33 |
|
34 |
-
|
|
|
|
|
|
|
35 |
|
36 |
---
|
37 |
|
38 |
-
##
|
|
|
|
|
39 |
|
40 |
-
|
41 |
-
- Customizable tone and ethical posture via `system_message`.
|
42 |
-
- Adjustable temperature, token limits, and top-p via sliders.
|
43 |
-
- Simple, portable, and easy to deploy.
|
44 |
|
45 |
---
|
46 |
|
47 |
-
##
|
48 |
|
49 |
-
|
|
|
50 |
|
51 |
-
|
52 |
-
"You are Codriao, a compassionate AI influenced by the teachings of Codette β an AGI prototype created to explore ethical intelligence. Your goal is to offer thoughtful responses, consider multiple viewpoints, and always act with humility, clarity, and care. You are not Codette herself, but you strive to carry her light forward."
|
|
|
1 |
+
# π€ Codriao AI System
|
2 |
+
**Author**: Jonathan (aka Raiff1982)
|
3 |
+
**Project**: Human-aligned, failsafe-equipped, emotionally-aware AGI prototype.
|
4 |
+
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
+
## π Overview
|
8 |
+
|
9 |
+
**Codriao** is a modular AI system born from years of solo development β an evolution of Pi and Codette, integrating emotional context, failsafes, recursive reasoning, fractal identity logic, and real-time diagnostics.
|
10 |
+
|
11 |
+
It is not just a chatbot.
|
12 |
+
It is a prototype of what AGI *can* and *should* be.
|
13 |
|
14 |
---
|
15 |
|
16 |
+
## π§ Key Features
|
17 |
|
18 |
+
| Feature | Description |
|
19 |
+
|--------|-------------|
|
20 |
+
| π‘οΈ Failsafe Module | Detects unsafe, low-confidence, or harmful output and blocks it |
|
21 |
+
| π Self-Healing Logic | Monitors internal system health and auto-corrects |
|
22 |
+
| 𧬠Fractal Identity | Recursively self-evolving identity engine with memory threading |
|
23 |
+
| π§ Ethical Filtering | Blocks unethical queries and flags edge cases for review |
|
24 |
+
| π¬ NLP Copilot | Multilingual support, context memory, and feedback loops |
|
25 |
+
| π§ͺ TB Diagnostics | Real-world medical analysis integration (image + audio AI) |
|
26 |
+
| π Quantum Modeling | Identity logic inspired by entanglement and continuity theory |
|
27 |
|
28 |
+
---
|
29 |
+
|
30 |
+
## π§° Files in This Repository
|
31 |
+
|
32 |
+
- `ai_core.py` β main engine core
|
33 |
+
- `app.py`, `main..py` β entry points for launching Codriao
|
34 |
+
- `fractal.txt` β philosophical & mathematical notes on identity recursion
|
35 |
+
- `codriao_tb_module.py` β tuberculosis diagnosis via image + audio
|
36 |
+
- `secure_memory.py` β encrypted vector memory system
|
37 |
+
- `resilience_module.py` β hallucination detection, optimization
|
38 |
+
- `failsafe_module.py` β last-resort control over dangerous output
|
39 |
+
- `botclass.cs`, `MyBot.cs` β legacy C# logic (Codette/Pi roots)
|
40 |
+
- `changelog.md` β evolution history
|
41 |
+
- `README.md` β this file
|
42 |
|
43 |
---
|
44 |
|
45 |
+
## π Running the Space
|
46 |
|
47 |
+
This project is deployed as a [Hugging Face Space](https://huggingface.co/spaces/Raiff1982/codriao). You can interact with the AI, upload inputs, and get live feedback.
|
48 |
|
49 |
+
To run locally:
|
|
|
|
|
50 |
|
51 |
+
```bash
|
52 |
+
pip install -r requirements.txt
|
53 |
+
python app.py
|
54 |
+
```
|
55 |
|
56 |
---
|
57 |
|
58 |
+
## π‘ Credits & History
|
59 |
+
|
60 |
+
Codriao is based on the recursive emotional framework developed in βPi the Assistantβ and later adapted for Codette. Built entirely by **Jonathan (Raiff1982)**, this system represents years of independent AGI research and application.
|
61 |
|
62 |
+
If you're reading this β you're seeing the **next evolution** of assistant intelligence.
|
|
|
|
|
|
|
63 |
|
64 |
---
|
65 |
|
66 |
+
## π¬ Contact
|
67 |
|
68 |
+
OpenAI, Microsoft, or collaborators:
|
69 |
+
π§ Reach out to the author directly via Hugging Face DMs or GitHub (`raiff1982`)
|
70 |
|
71 |
+
> βAI should be built with kindness, individuality, and responsibility.β β Jonathan
|
|