Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,24 @@
|
|
1 |
---
|
2 |
-
title: Project Chimera
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
-
python_version: 3.
|
|
|
9 |
pinned: false
|
10 |
-
secrets:
|
11 |
-
- HF_TOKEN
|
12 |
-
- TAVILY_API_KEY
|
13 |
-
- OPENAI_API_KEY
|
14 |
---
|
15 |
|
16 |
-
#
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Project Chimera
|
3 |
+
emoji: 🔬
|
4 |
colorFrom: indigo
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.31.5
|
8 |
+
python_version: 3.10
|
9 |
+
app_file: app.py
|
10 |
pinned: false
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
+
# Project Chimera v2.1
|
14 |
+
## Interactive Symbiotic Discovery Environment
|
15 |
+
|
16 |
+
This application is a prototype for an AI-assisted research environment designed to tackle humanity's grand challenges. It integrates generative AI, interactive simulation, adversarial analysis, and data synthesis into a unified, project-based workflow.
|
17 |
+
|
18 |
+
This version (2.1) includes project management, a generative simulation lab, and PDF report exporting.
|
19 |
+
|
20 |
+
### How to Use
|
21 |
+
1. Create or load a project on the left panel.
|
22 |
+
2. Define a grand challenge and upload any relevant documents.
|
23 |
+
3. Click "Synthesize Solution" to begin the analysis.
|
24 |
+
4. Explore the results in the various tabs.
|