sksameermujahid commited on
Commit
35764f1
·
verified ·
1 Parent(s): e55d2e3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -18
requirements.txt CHANGED
@@ -1,27 +1,25 @@
1
  flask
2
  flask-cors
 
 
 
3
  numpy
4
- pandas
5
- scikit-learn
6
- tensorflow
7
- torch
8
  transformers
9
- pillow
10
- opencv-python
11
- nltk
12
  spacy
13
- beautifulsoup4
14
- requests
15
  python-dotenv
16
- gunicorn
17
- geopy
18
- folium
19
- selenium
20
- webdriver-manager
21
  pdf2image
22
  pytesseract
23
- pymongo
24
- PyMuPDF
25
- pytz
 
 
 
26
  tqdm
27
- fitz
 
 
 
 
1
  flask
2
  flask-cors
3
+ gunicorn
4
+ geopy
5
+ Pillow
6
  numpy
 
 
 
 
7
  transformers
8
+ torch
 
 
9
  spacy
 
 
10
  python-dotenv
11
+ requests
12
+ python-magic
 
 
 
13
  pdf2image
14
  pytesseract
15
+ scikit-learn
16
+ pandas
17
+ nltk
18
+ beautifulsoup4
19
+ lxml
20
+ python-dateutil
21
  tqdm
22
+ joblib
23
+ huggingface-hub
24
+ sentence-transformers
25
+ PyMuPDF==1.23.8