Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# π OntoGraph - Drug Interaction Analysis System
|
2 |
|
3 |
A sophisticated Python-based application that combines ontology reasoning with LLM capabilities to analyze drug interactions, conflicts, and alternatives. The system provides comprehensive analysis through both CLI and web interfaces.
|
@@ -123,16 +134,6 @@ The system maintains detailed logs in `app.log`, capturing:
|
|
123 |
|
124 |
This project is licensed under the [Apache 2.0](LICENSE).
|
125 |
|
126 |
-
## Huggingface Configurations
|
127 |
|
128 |
-
|
129 |
-
title: Ontograph
|
130 |
-
emoji: π»
|
131 |
-
colorFrom: red
|
132 |
-
colorTo: green
|
133 |
-
sdk: streamlit
|
134 |
-
sdk_version: 1.41.1
|
135 |
-
app_file: app.py
|
136 |
-
pinned: false
|
137 |
-
---
|
138 |
|
|
|
1 |
+
---
|
2 |
+
title: Ontograph
|
3 |
+
emoji: π»
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: green
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.41.1
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# π OntoGraph - Drug Interaction Analysis System
|
13 |
|
14 |
A sophisticated Python-based application that combines ontology reasoning with LLM capabilities to analyze drug interactions, conflicts, and alternatives. The system provides comprehensive analysis through both CLI and web interfaces.
|
|
|
134 |
|
135 |
This project is licensed under the [Apache 2.0](LICENSE).
|
136 |
|
|
|
137 |
|
138 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
|