Spaces:
Sleeping
Sleeping
# Core dependencies | |
streamlit==1.31.1 | |
fastapi==0.109.2 | |
uvicorn==0.27.1 | |
python-multipart==0.0.6 | |
python-dotenv==1.0.1 | |
aiofiles==23.2.1 | |
# Data processing and analysis | |
pandas==2.2.0 | |
numpy==1.26.3 | |
scikit-learn==1.4.0 | |
textblob==0.17.1 | |
vaderSentiment==3.3.2 | |
# Web scraping and parsing | |
beautifulsoup4==4.12.2 | |
requests==2.31.0 | |
lxml==4.9.3 | |
# NLP and ML | |
nltk==3.8.1 | |
transformers==4.37.2 | |
torch==2.2.0 | |
spacy==3.7.2 | |
# Visualization and audio | |
plotly==5.18.0 | |
gTTS==2.5.0 | |
# Translation | |
googletrans-py==4.0.0 | |
# Added sentencepiece | |
sentencepiece==0.1.99 | |
# Added altair | |
altair==5.2.0 | |
# Added protobuf | |
protobuf==4.25.3 | |