datnguyentien204 commited on
Commit
dc64220
1 Parent(s): 432f172

Update requirements.txt

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