TaxDirection / requirements.txt
SantanuBanerjee's picture
Update requirements.txt
e6f18e1 verified
raw
history blame
880 Bytes
# Core dependencies
huggingface_hub
gradio
pandas
numpy
# Excel support
openpyxl
# NLP libraries
spacy
transformers
torch
nltk
sentence-transformers
bertopic
# Additional dependencies
pytextrank
sentencepiece
geopy
# Additional libraries for the updated location extraction and clustering
scikit-learn
geopandas
shapely
# For handling potential SSL certificate issues with geopy
certifi
# For more robust HTTP requests (optional, but can be helpful)
requests
# For potential visualization of geographical data (optional)
folium
# For potential parallel processing of geocoding tasks (optional)
multiprocessing
# For handling potential timeout issues in HTTP requests
urllib3
# Adding the below will help us:: nlp = spacy.load('en_core_web_sm') :: directly
# https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0.tar.gz