hkai20000 commited on
Commit
91add70
·
verified ·
1 Parent(s): 7b13fd6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -11,7 +11,7 @@ transformers
11
  torch
12
 
13
  # Image Processing
14
- opencv-python-headless
15
  numpy
16
  pillow
17
  scikit-image
@@ -20,10 +20,14 @@ scikit-image
20
  img2table
21
  pandas
22
 
23
- # Lab Value Analysis
24
- beautifulsoup4
25
- httpx
26
-
27
  # Docling pipeline (side-by-side comparison)
28
  docling
29
  docling-ocr-onnxtr[cpu]
 
 
 
 
 
 
 
 
 
11
  torch
12
 
13
  # Image Processing
14
+ opencv-python
15
  numpy
16
  pillow
17
  scikit-image
 
20
  img2table
21
  pandas
22
 
 
 
 
 
23
  # Docling pipeline (side-by-side comparison)
24
  docling
25
  docling-ocr-onnxtr[cpu]
26
+
27
+ # Lab value analysis (MedlinePlus fetching)
28
+ beautifulsoup4
29
+ httpx
30
+
31
+ # Medical FAQ chatbot
32
+ openai>=1.0.0
33
+ python-dotenv