saranimje commited on
Commit
977fbf2
·
verified ·
1 Parent(s): a7ac876

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +45 -34
requirements.txt CHANGED
@@ -1,34 +1,45 @@
1
- # Core Dependencies
2
- transformers==4.49.0
3
- torch==2.6.0+cu124
4
- nltk==3.9.1
5
- feedparser==6.0.11
6
- googlesearch-python==1.3.0
7
- scikit-learn==1.6.1
8
- gensim==4.3.3
9
- pandas==2.2.2
10
- numpy>=1.23.2
11
- deep-translator==1.11.4
12
- gtts==2.5.4
13
-
14
- # Web Scraping & HTTP Requests
15
- requests
16
- httpx
17
- beautifulsoup4
18
-
19
- # Natural Language Processing
20
- spacy
21
-
22
- # Data Visualization
23
- seaborn
24
- matplotlib
25
-
26
- # Utility & Performance Optimization
27
- tqdm
28
-
29
- # Interface
30
- gradio
31
-
32
- #API
33
- fastapi
34
- uvicorn
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: "News Summarizer"
3
+ emoji: "📰"
4
+ colorFrom: "blue"
5
+ colorTo: "green"
6
+ sdk: "gradio"
7
+ sdk_version: "3.50.2" # Update if needed
8
+ app_file: "app.py"
9
+ pinned: false
10
+ ---
11
+
12
+ # Core Dependencies
13
+ transformers==4.49.0
14
+ torch==2.6.0+cu124
15
+ nltk==3.9.1
16
+ feedparser==6.0.11
17
+ googlesearch-python==1.3.0
18
+ scikit-learn==1.6.1
19
+ gensim==4.3.3
20
+ pandas==2.2.2
21
+ numpy>=1.23.2
22
+ deep-translator==1.11.4
23
+ gtts==2.5.4
24
+
25
+ # Web Scraping & HTTP Requests
26
+ requests
27
+ httpx
28
+ beautifulsoup4
29
+
30
+ # Natural Language Processing
31
+ spacy
32
+
33
+ # Data Visualization
34
+ seaborn
35
+ matplotlib
36
+
37
+ # Utility & Performance Optimization
38
+ tqdm
39
+
40
+ # Interface
41
+ gradio
42
+
43
+ #API
44
+ fastapi
45
+ uvicorn