Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
pandas
|
3 |
+
openai
|
4 |
+
torch
|
5 |
+
matplotlib
|
6 |
+
transformers
|
7 |
+
python-dotenv
|
8 |
+
anthropic
|
9 |
+
re
|
10 |
+
cryptography
|
11 |
+
openpyxl
|
12 |
+
tabulate
|
13 |
+
streamlit-authenticator
|
14 |
+
flask-limiter
|