Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
openai
|
3 |
+
transformers
|
4 |
+
faiss-cpu
|
5 |
+
langchain
|
6 |
+
sympy
|
7 |
+
sagemath
|
8 |
+
wolframalpha
|
9 |
+
chromadb
|
10 |
+
torch
|
11 |
+
tensorflow
|
12 |
+
scikit-learn
|