Spaces:
Sleeping
Sleeping
Admin Idiakhoa
commited on
Commit
·
f2902cc
1
Parent(s):
f6fc9e4
Your commit message
Browse files- .gitignore +6 -0
- api_clients/__init__.py +0 -0
- api_clients/clinicaltrials_client.py +0 -0
- api_clients/config.py +0 -0
- api_clients/openfda_client.py +0 -0
- api_clients/pubmed_client.py +0 -0
- api_clients/rxnorm_client.py +0 -0
- api_clients/umls_client.py +0 -0
- app.py +0 -0
- modules/__init__.py +0 -0
- modules/gemini_handler.py +0 -0
- modules/orchestrator.py +0 -0
- modules/prompts.py +0 -0
- modules/utils.py +0 -0
- project-asclepius +1 -0
- requirements.txt +0 -0
- static/logo.png +0 -0
- static/style.css +0 -0
.gitignore
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.env
|
2 |
+
__pycache__/
|
3 |
+
venv/
|
4 |
+
*.pyc
|
5 |
+
*.pyo
|
6 |
+
*.pyd
|
api_clients/__init__.py
ADDED
File without changes
|
api_clients/clinicaltrials_client.py
ADDED
File without changes
|
api_clients/config.py
ADDED
File without changes
|
api_clients/openfda_client.py
ADDED
File without changes
|
api_clients/pubmed_client.py
ADDED
File without changes
|
api_clients/rxnorm_client.py
ADDED
File without changes
|
api_clients/umls_client.py
ADDED
File without changes
|
app.py
ADDED
File without changes
|
modules/__init__.py
ADDED
File without changes
|
modules/gemini_handler.py
ADDED
File without changes
|
modules/orchestrator.py
ADDED
File without changes
|
modules/prompts.py
ADDED
File without changes
|
modules/utils.py
ADDED
File without changes
|
project-asclepius
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit f6fc9e48777f0c2b9d84a49a4c008d2bd09061c1
|
requirements.txt
ADDED
File without changes
|
static/logo.png
ADDED
![]() |
static/style.css
ADDED
File without changes
|