Update requirements.txt
Browse files- requirements.txt +37 -16
requirements.txt
CHANGED
@@ -1,16 +1,37 @@
|
|
1 |
-
requests==2.31.0
|
2 |
-
beautifulsoup4==4.12.2
|
3 |
-
newspaper3k==0.2.8
|
4 |
-
transformers
|
5 |
-
torch
|
6 |
-
scipy
|
7 |
-
numpy
|
8 |
-
pandas
|
9 |
-
torch
|
10 |
-
IPython
|
11 |
-
soundfile
|
12 |
-
deep_translator
|
13 |
-
pydub
|
14 |
-
bertopic
|
15 |
-
sentence_transformers
|
16 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
requests==2.31.0
|
2 |
+
beautifulsoup4==4.12.2
|
3 |
+
newspaper3k==0.2.8
|
4 |
+
transformers
|
5 |
+
torch
|
6 |
+
scipy
|
7 |
+
numpy
|
8 |
+
pandas
|
9 |
+
torch
|
10 |
+
IPython
|
11 |
+
soundfile
|
12 |
+
deep_translator
|
13 |
+
pydub
|
14 |
+
bertopic
|
15 |
+
sentence_transformers
|
16 |
+
streamlit
|
17 |
+
lxml
|
18 |
+
lxml_html_clean
|
19 |
+
requests==2.31.0
|
20 |
+
beautifulsoup4==4.12.2
|
21 |
+
newspaper3k==0.2.8
|
22 |
+
transformers
|
23 |
+
torch
|
24 |
+
scipy
|
25 |
+
numpy
|
26 |
+
pandas
|
27 |
+
python-dotenv
|
28 |
+
torch
|
29 |
+
IPython
|
30 |
+
soundfile
|
31 |
+
deep_translator
|
32 |
+
pydub
|
33 |
+
bertopic
|
34 |
+
sentence_transformers
|
35 |
+
streamlit
|
36 |
+
lxml[html_clean]
|
37 |
+
google-generativeai
|