Update requirements.txt
Browse files- requirements.txt +0 -9
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# requirements.txt
|
2 |
gradio>=4.15.0
|
3 |
torch>=2.1.0
|
4 |
torchvision>=0.16.0
|
@@ -11,19 +10,11 @@ opencv-python>=4.8.0
|
|
11 |
scikit-learn>=1.3.0
|
12 |
matplotlib>=3.7.0
|
13 |
seaborn>=0.12.0
|
14 |
-
|
15 |
-
# For better OCR performance
|
16 |
paddlepaddle>=2.5.0
|
17 |
paddleocr>=2.7.0
|
18 |
-
|
19 |
-
# For advanced text processing
|
20 |
nltk>=3.8
|
21 |
spacy>=3.7.0
|
22 |
-
|
23 |
-
# For web scraping enhancements
|
24 |
beautifulsoup4>=4.12.0
|
25 |
selenium>=4.15.0
|
26 |
-
|
27 |
-
# For model optimization
|
28 |
accelerate>=0.25.0
|
29 |
optimum>=1.16.0
|
|
|
|
|
1 |
gradio>=4.15.0
|
2 |
torch>=2.1.0
|
3 |
torchvision>=0.16.0
|
|
|
10 |
scikit-learn>=1.3.0
|
11 |
matplotlib>=3.7.0
|
12 |
seaborn>=0.12.0
|
|
|
|
|
13 |
paddlepaddle>=2.5.0
|
14 |
paddleocr>=2.7.0
|
|
|
|
|
15 |
nltk>=3.8
|
16 |
spacy>=3.7.0
|
|
|
|
|
17 |
beautifulsoup4>=4.12.0
|
18 |
selenium>=4.15.0
|
|
|
|
|
19 |
accelerate>=0.25.0
|
20 |
optimum>=1.16.0
|