Spaces:
Sleeping
Sleeping
RAHMAN00700
commited on
Commit
•
8ee5e06
1
Parent(s):
c0bb395
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.25.0
|
2 |
+
pandas==2.0.0
|
3 |
+
langchain==0.0.215
|
4 |
+
ibm-watson-machine-learning==1.0.120
|
5 |
+
pyyaml==6.0
|
6 |
+
beautifulsoup4==4.12.2
|
7 |
+
python-pptx==0.6.21
|
8 |
+
python-docx==0.8.11
|
9 |
+
requests==2.28.2
|
10 |
+
bs4==0.0.1
|
11 |
+
openai==0.27.0
|
12 |
+
huggingface-hub==0.16.4
|
13 |
+
numpy==1.24.3
|
14 |
+
scipy==1.10.1
|
15 |
+
ibm-watson
|