Spaces:
Sleeping
Sleeping
adarsh
commited on
Commit
·
00a7c9f
1
Parent(s):
4ddb082
updated pypi libs
Browse files- .gitignore +2 -0
- README.md +1 -1
- requirements.txt +90 -0
- setup.py +11 -0
.gitignore
CHANGED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
myenv/
|
2 |
+
.env
|
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Medicure
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
6 |
sdk: streamlit
|
|
|
1 |
---
|
2 |
title: Medicure
|
3 |
+
emoji: 🏥
|
4 |
colorFrom: indigo
|
5 |
colorTo: pink
|
6 |
sdk: streamlit
|
requirements.txt
ADDED
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.9.5
|
2 |
+
aiosignal==1.3.1
|
3 |
+
altair==5.3.0
|
4 |
+
annotated-types==0.7.0
|
5 |
+
attrs==23.2.0
|
6 |
+
blinker==1.8.2
|
7 |
+
cachetools==5.3.3
|
8 |
+
certifi==2024.7.4
|
9 |
+
charset-normalizer==3.3.2
|
10 |
+
click==8.1.7
|
11 |
+
colorama==0.4.6
|
12 |
+
ctransformers==0.2.27
|
13 |
+
dataclasses-json==0.6.7
|
14 |
+
filelock==3.15.4
|
15 |
+
frozenlist==1.4.1
|
16 |
+
fsspec==2024.6.1
|
17 |
+
gitdb==4.0.11
|
18 |
+
GitPython==3.1.43
|
19 |
+
greenlet==3.0.3
|
20 |
+
huggingface-hub==0.23.4
|
21 |
+
idna==3.7
|
22 |
+
intel-openmp==2021.4.0
|
23 |
+
Jinja2==3.1.4
|
24 |
+
joblib==1.4.2
|
25 |
+
jsonpatch==1.33
|
26 |
+
jsonpointer==3.0.0
|
27 |
+
jsonschema==4.22.0
|
28 |
+
jsonschema-specifications==2023.12.1
|
29 |
+
langchain==0.2.6
|
30 |
+
langchain-community==0.2.6
|
31 |
+
langchain-core==0.2.11
|
32 |
+
langchain-pinecone==0.1.1
|
33 |
+
langchain-text-splitters==0.2.2
|
34 |
+
langsmith==0.1.83
|
35 |
+
markdown-it-py==3.0.0
|
36 |
+
MarkupSafe==2.1.5
|
37 |
+
marshmallow==3.21.3
|
38 |
+
mdurl==0.1.2
|
39 |
+
mkl==2021.4.0
|
40 |
+
mpmath==1.3.0
|
41 |
+
multidict==6.0.5
|
42 |
+
mypy-extensions==1.0.0
|
43 |
+
networkx==3.3
|
44 |
+
numpy==1.26.4
|
45 |
+
orjson==3.10.6
|
46 |
+
packaging==24.1
|
47 |
+
pandas==2.2.2
|
48 |
+
pillow==10.4.0
|
49 |
+
pinecone-client==3.2.2
|
50 |
+
protobuf==5.27.2
|
51 |
+
py-cpuinfo==9.0.0
|
52 |
+
pyarrow==16.1.0
|
53 |
+
pydantic==2.8.2
|
54 |
+
pydantic_core==2.20.1
|
55 |
+
pydeck==0.9.1
|
56 |
+
Pygments==2.18.0
|
57 |
+
python-dateutil==2.9.0.post0
|
58 |
+
pytz==2024.1
|
59 |
+
PyYAML==6.0.1
|
60 |
+
referencing==0.35.1
|
61 |
+
regex==2024.5.15
|
62 |
+
requests==2.32.3
|
63 |
+
rich==13.7.1
|
64 |
+
rpds-py==0.18.1
|
65 |
+
safetensors==0.4.3
|
66 |
+
scikit-learn==1.5.1
|
67 |
+
scipy==1.14.0
|
68 |
+
sentence-transformers==3.0.1
|
69 |
+
six==1.16.0
|
70 |
+
smmap==5.0.1
|
71 |
+
SQLAlchemy==2.0.31
|
72 |
+
streamlit==1.36.0
|
73 |
+
sympy==1.12.1
|
74 |
+
tbb==2021.13.0
|
75 |
+
tenacity==8.4.2
|
76 |
+
threadpoolctl==3.5.0
|
77 |
+
tokenizers==0.19.1
|
78 |
+
toml==0.10.2
|
79 |
+
toolz==0.12.1
|
80 |
+
torch==2.3.1
|
81 |
+
tornado==6.4.1
|
82 |
+
tqdm==4.66.4
|
83 |
+
transformers==4.42.3
|
84 |
+
typing-inspect==0.9.0
|
85 |
+
typing_extensions==4.12.2
|
86 |
+
tzdata==2024.1
|
87 |
+
urllib3==2.2.2
|
88 |
+
watchdog==4.0.1
|
89 |
+
yarl==1.9.4
|
90 |
+
-e .
|
setup.py
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from setuptools import find_packages, setup
|
2 |
+
|
3 |
+
setup(
|
4 |
+
name = 'Medicure-Chatbot',
|
5 |
+
version= '0.0.1',
|
6 |
+
author= 'Adarsh Maurya',
|
7 |
+
author_email= 'adarsh@onionreads.com',
|
8 |
+
packages= find_packages(),
|
9 |
+
install_requires = []
|
10 |
+
|
11 |
+
)
|