Spaces:
Sleeping
Sleeping
datnguyentien204
commited on
Commit
•
dc64220
1
Parent(s):
432f172
Update requirements.txt
Browse files- requirements.txt +71 -70
requirements.txt
CHANGED
@@ -1,71 +1,72 @@
|
|
1 |
-
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
-
torch==1.12.0+cpu
|
3 |
-
torchvision==0.13.0+cpu
|
4 |
-
torchaudio==0.12.0
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
#
|
12 |
-
#
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
streamlit-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
langchain-
|
49 |
-
langchain-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
|
|
71 |
PyPDF2
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==1.12.0+cpu
|
3 |
+
torchvision==0.13.0+cpu
|
4 |
+
torchaudio==0.12.0
|
5 |
+
numba==0.57.0
|
6 |
+
################ chestXray14xVisualization ################
|
7 |
+
setuptools==68.2.0
|
8 |
+
versioneer
|
9 |
+
matplotlib==3.5.2
|
10 |
+
pandas==2.0.0rc0
|
11 |
+
#torch==1.12.0
|
12 |
+
#torchvision==0.13.0
|
13 |
+
#torchaudio==0.12.0
|
14 |
+
opencv-python==4.8.0.76
|
15 |
+
scipy==1.9.3
|
16 |
+
#bcolz==1.2.1
|
17 |
+
numpy==1.23.4
|
18 |
+
seaborn==0.12.2
|
19 |
+
graphviz==0.19.2
|
20 |
+
pretrainedmodels==0.7.4
|
21 |
+
fastai==2.7.10
|
22 |
+
scikit-image==0.19.3
|
23 |
+
streamlit-image-zoom
|
24 |
+
streamlit-slides
|
25 |
+
pydicom
|
26 |
+
################ x3D ################
|
27 |
+
omegaconf==2.3.0
|
28 |
+
Pillow==10.1.0
|
29 |
+
einops==0.7.0
|
30 |
+
#git+https://github.com/tatsy/torchmcubes.git
|
31 |
+
transformers==4.35.0
|
32 |
+
trimesh==4.0.5
|
33 |
+
rembg
|
34 |
+
huggingface-hub
|
35 |
+
imageio[ffmpeg]
|
36 |
+
gradio
|
37 |
+
xatlas==0.0.9
|
38 |
+
moderngl==5.10.0
|
39 |
+
streamlit
|
40 |
+
################ x3D Viewer ################
|
41 |
+
pyvista
|
42 |
+
ipywidgets==7.7.1
|
43 |
+
pythreejs==2.4.2
|
44 |
+
stpyvista
|
45 |
+
################ chatWithAI ################
|
46 |
+
google-generativeai
|
47 |
+
python-dotenv
|
48 |
+
langchain-community
|
49 |
+
langchain-google-genai
|
50 |
+
langchain-core
|
51 |
+
faiss-cpu
|
52 |
+
################ 3DxYolov9 ################
|
53 |
+
albumentations>=1.0.3
|
54 |
+
pycocotools>=2.0
|
55 |
+
pandas>=1.1.4
|
56 |
+
seaborn>=0.11.0
|
57 |
+
tensorboard>=2.4.1
|
58 |
+
gitpython
|
59 |
+
ipython
|
60 |
+
matplotlib>=3.2.2
|
61 |
+
opencv-python>=4.1.1
|
62 |
+
Pillow>=7.1.2
|
63 |
+
psutil
|
64 |
+
PyYAML>=5.3.1
|
65 |
+
requests>=2.23.0
|
66 |
+
scipy>=1.4.1
|
67 |
+
thop>=0.1.1
|
68 |
+
torch>=1.7.0
|
69 |
+
torchvision>=0.8.1
|
70 |
+
tqdm>=4.64.0
|
71 |
+
#fpdf
|
72 |
PyPDF2
|