File size: 709 Bytes
8f8d0f6
575ed6d
8f8d0f6
 
91bee6d
8f8d0f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91bee6d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Core Framework
streamlit==1.44.0
fastapi==0.104.1
uvicorn==0.24.0
pydantic==1.10.13

# Web Scraping & RSS
requests==2.31.0
beautifulsoup4==4.12.2
feedparser==6.0.10
trafilatura==1.6.2
lxml==4.9.3

# NLP & Machine Learning
transformers==4.35.2
torch==2.1.0 --index-url https://download.pytorch.org/whl/cpu
nltk==3.8.1
langdetect==1.0.9
yake==0.4.8
vaderSentiment==3.3.2

# Data Processing
pandas==2.0.3
numpy==1.24.3

# Visualization
plotly==5.17.0
matplotlib==3.7.2
wordcloud==1.9.2

# Translation & Audio
gtts==2.4.0

# Report Generation
reportlab==4.0.4
fpdf2==2.7.6

# Utilities
python-dotenv==1.0.0
psutil==5.9.5
Pillow==10.0.1

# HTTP & Async
httpx==0.25.0
aiofiles==23.2.1

# Caching
diskcache==5.6.3