File size: 435 Bytes
977fbf2
 
1463f84
977fbf2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Core Dependencies
transformers==4.49.0
torch==2.6.0
nltk==3.9.1
feedparser==6.0.11
googlesearch-python==1.3.0
scikit-learn==1.6.1
gensim==4.3.3
pandas==2.2.2
numpy>=1.23.2
deep-translator==1.11.4
gtts==2.5.4

# Web Scraping & HTTP Requests
requests
httpx
beautifulsoup4

# Natural Language Processing
spacy

# Data Visualization
seaborn
matplotlib

# Utility & Performance Optimization
tqdm

# Interface
gradio

#API
fastapi
uvicorn