|
# Core dependencies
|
|
streamlit==1.27.0
|
|
fastapi==0.103.1
|
|
uvicorn==0.23.2
|
|
requests==2.31.0
|
|
beautifulsoup4==4.12.2
|
|
pandas==2.1.0
|
|
numpy==1.25.2
|
|
scipy==1.10.1
|
|
|
|
# NLP and Sentiment Analysis
|
|
transformers==4.33.1
|
|
torch==2.0.1
|
|
nltk==3.8.1
|
|
vaderSentiment==3.3.2
|
|
|
|
# Text-to-Speech
|
|
gTTS==2.3.2
|
|
pyttsx3==2.90
|
|
deep-translator==1.11.4
|
|
|
|
# Data Processing and Visualization
|
|
matplotlib==3.7.3
|
|
seaborn==0.12.2
|
|
scikit-learn==1.3.0
|
|
networkx==3.1
|
|
|
|
# API and Web
|
|
aiohttp==3.8.5
|
|
httpx==0.24.1
|
|
pydantic==2.3.0
|
|
python-dotenv==1.0.0
|
|
python-multipart==0.0.6
|
|
|
|
# HuggingFace Spaces
|
|
huggingface-hub==0.16.4
|
|
|
|
# Added from the code block
|
|
pydub==0.25.1 |