Spaces:
Runtime error
Runtime error
Commit
·
169cec5
1
Parent(s):
c3a75f8
update
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
pandas
|
3 |
+
scikit-learn
|
4 |
+
scikit-image
|
5 |
+
matplotlib
|
6 |
+
langchain
|
7 |
+
openai
|
8 |
+
huggingface_hub
|
9 |
+
python-dotenv
|
10 |
+
streamlit
|