Chryslerx10 commited on
Commit
8542827
Β·
1 Parent(s): 96027e0

requirements file

Browse files
.idea/MOLx-Powered_by_MedRAX.iml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="PYTHON_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="inheritedJdk" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ </component>
8
+ </module>
.idea/inspectionProfiles/Project_Default.xml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="PyPackageRequirementsInspection" enabled="false" level="WARNING" enabled_by_default="false">
5
+ <option name="ignoredPackages">
6
+ <value>
7
+ <list size="0" />
8
+ </value>
9
+ </option>
10
+ </inspection_tool>
11
+ <inspection_tool class="PyPep8Inspection" enabled="true" level="INFORMATION" enabled_by_default="true">
12
+ <option name="ignoredErrors">
13
+ <list>
14
+ <option value="E302" />
15
+ </list>
16
+ </option>
17
+ </inspection_tool>
18
+ <inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
19
+ <option name="ignoredErrors">
20
+ <list>
21
+ <option value="N806" />
22
+ <option value="N803" />
23
+ <option value="N801" />
24
+ <option value="N802" />
25
+ </list>
26
+ </option>
27
+ </inspection_tool>
28
+ <inspection_tool class="PyShadowingBuiltinsInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
29
+ <option name="ignoredNames">
30
+ <list>
31
+ <option value="input" />
32
+ </list>
33
+ </option>
34
+ </inspection_tool>
35
+ </profile>
36
+ </component>
.idea/inspectionProfiles/profiles_settings.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="USE_PROJECT_PROFILE" value="false" />
4
+ <version value="1.0" />
5
+ </settings>
6
+ </component>
.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/MOLx-Powered_by_MedRAX.iml" filepath="$PROJECT_DIR$/.idea/MOLx-Powered_by_MedRAX.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
.idea/workspace.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectViewState">
4
+ <option name="hideEmptyMiddlePackages" value="true" />
5
+ <option name="showLibraryContents" value="true" />
6
+ </component>
7
+ <component name="PropertiesComponent">{}</component>
8
+ </project>
requirements.txt ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ requests>=2.25.0
2
+ numpy>=1.19.0
3
+ langchain-core>=0.1.0
4
+ langchain-community>=0.0.10
5
+ langchain-openai>=0.0.2
6
+ langchain-anthropic>=0.0.2
7
+ langgraph>=0.0.10
8
+ python-dotenv>=0.19.0
9
+ pandas>=1.3.0
10
+ pydantic>=1.8.0
11
+ Pillow>=8.0.0
12
+ torchxrayvision>=0.0.37
13
+ transformers @ git+https://github.com/huggingface/transformers.git@88d960937c81a32bfb63356a2e8ecf7999619681
14
+ tokenizers>=0.10.0
15
+ sentencepiece>=0.1.95
16
+ shortuuid>=1.0.0
17
+ accelerate>=0.12.0
18
+ peft>=0.2.0
19
+ bitsandbytes>=0.35.0
20
+ markdown2[all]>=2.4.0
21
+ protobuf>=3.15.0
22
+ scikit-learn>=0.24.0
23
+ gradio>=3.0.0
24
+ gradio_client>=0.2.0
25
+ httpx>=0.23.0
26
+ uvicorn>=0.15.0
27
+ fastapi>=0.68.0
28
+ einops>=0.3.0
29
+ einops-exts>=0.0.4
30
+ timm>=0.5.0
31
+ tiktoken>=0.3.0
32
+ openai>=0.27.0
33
+ backoff>=1.10.0
34
+ torch>=2.2.0
35
+ torchvision>=0.10.0
36
+ scikit-image>=0.18.0
37
+ gradio>=5.0.0
38
+ opencv-python>=4.8.0
39
+ matplotlib>=3.8.0
40
+ diffusers>=0.20.0
41
+ pydicom>=2.3.0
42
+ gdcm>=1.0.0
43
+ pylibjpeg>=1.0.0
44
+ jupyter>=1.0.0
45
+ albumentations>=1.0.0
46
+ pyarrow>=10.0.0
47
+ gradio_pdf>=0.0.22
48
+ fpdf>=1.7.2