Manishkumaryadav commited on
Commit
11036a5
·
verified ·
1 Parent(s): e14d536

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -16
requirements.txt CHANGED
@@ -1,19 +1,8 @@
1
- flask
2
- streamlit
3
- gtts
4
- nltk
5
- pandas
6
- textblob
7
- beautifulsoup4
8
- newspaper3k
9
- requests
10
  Flask
11
  pandas
 
 
12
  numpy
13
- beautifulsoup4
14
- newspaper3k
15
- nltk
16
- gtts
17
- pyttsx3
18
- TTS # ✅ Add Coqui TTS
19
-
 
 
 
 
 
 
 
 
 
 
1
  Flask
2
  pandas
3
+ TTS
4
+ transformers
5
  numpy
6
+ torch
7
+ soundfile
8
+ zipfile36