SantanuBanerjee commited on
Commit
e6f18e1
·
verified ·
1 Parent(s): efb3f07

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -4
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  # Core dependencies
2
- # huggingface_hub==0.22.2
3
  huggingface_hub
4
  gradio
5
  pandas
 
6
 
7
  # Excel support
8
  openpyxl
@@ -15,10 +15,30 @@ nltk
15
  sentence-transformers
16
  bertopic
17
 
18
- # Add any additional dependencies below
19
  pytextrank
20
- numpy
21
  sentencepiece
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  # Adding the below will help us:: nlp = spacy.load('en_core_web_sm') :: directly
24
- # https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0.tar.gz
 
1
  # Core dependencies
 
2
  huggingface_hub
3
  gradio
4
  pandas
5
+ numpy
6
 
7
  # Excel support
8
  openpyxl
 
15
  sentence-transformers
16
  bertopic
17
 
18
+ # Additional dependencies
19
  pytextrank
 
20
  sentencepiece
21
+ geopy
22
+
23
+ # Additional libraries for the updated location extraction and clustering
24
+ scikit-learn
25
+ geopandas
26
+ shapely
27
+
28
+ # For handling potential SSL certificate issues with geopy
29
+ certifi
30
+
31
+ # For more robust HTTP requests (optional, but can be helpful)
32
+ requests
33
+
34
+ # For potential visualization of geographical data (optional)
35
+ folium
36
+
37
+ # For potential parallel processing of geocoding tasks (optional)
38
+ multiprocessing
39
+
40
+ # For handling potential timeout issues in HTTP requests
41
+ urllib3
42
 
43
  # Adding the below will help us:: nlp = spacy.load('en_core_web_sm') :: directly
44
+ # https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0.tar.gz