sksameermujahid commited on
Commit
6631097
·
verified ·
1 Parent(s): 877e000

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +31 -40
requirements.txt CHANGED
@@ -1,40 +1,31 @@
1
- # Base and data manipulation
2
- numpy==1.26.4
3
- pandas==2.2.2
4
-
5
- # ML/DL Frameworks
6
- tensorflow==2.16.1
7
- torch==2.4.0
8
- torchvision==0.17.2
9
-
10
- # Hugging Face ecosystem
11
- transformers==4.45.0
12
- sentence-transformers==2.7.0
13
- huggingface-hub==0.23.4
14
-
15
- # NLP
16
- spacy==3.7.5
17
-
18
- # Web Framework
19
- Flask==3.0.3
20
- Flask-Cors==4.0.1
21
- gunicorn==22.0.0
22
-
23
- # Other libraries from the code
24
- geopy==2.4.1
25
- Pillow==10.3.0
26
- requests==2.32.3
27
- scikit-learn==1.5.0
28
- python-dotenv==1.0.1
29
- # Use python-magic-bin on Windows as it includes necessary binaries
30
- python-magic-bin==0.4.14
31
- pdf2image==1.17.0
32
- pytesseract==0.3.10
33
- nltk==3.8.1
34
- beautifulsoup4==4.12.3
35
- lxml==5.2.2
36
- python-dateutil==2.9.0.post0
37
- tqdm==4.66.4
38
- joblib==1.4.2
39
- PyMuPDF==1.23.8
40
- yfinance==0.2.68
 
1
+ flask
2
+ flask-cors
3
+ torch
4
+ transformers
5
+ numpy
6
+ pandas
7
+ pillow
8
+ geopy
9
+ requests
10
+ yfinance
11
+ beautifulsoup4
12
+ lxml
13
+ pymupdf
14
+ pytesseract
15
+ pdf2image
16
+ python-magic
17
+ python-dotenv
18
+ peewee
19
+ joblib
20
+ scikit-learn
21
+ nltk
22
+ spacy
23
+ markdown
24
+ pyyaml
25
+ jinja2
26
+ click
27
+ colorama
28
+ platformdirs
29
+ packaging
30
+ setuptools
31
+ wheel