Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
CHANGED
@@ -6,6 +6,20 @@ pandas==2.2.2
|
|
6 |
joblib==1.4.0
|
7 |
matplotlib==3.8.4
|
8 |
numpy==1.26.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
|
11 |
|
|
|
6 |
joblib==1.4.0
|
7 |
matplotlib==3.8.4
|
8 |
numpy==1.26.4
|
9 |
+
google-generativeai==0.3.2
|
10 |
+
deep-translator
|
11 |
+
Pillow
|
12 |
+
graphviz
|
13 |
+
streamlit==1.27.2
|
14 |
+
openai>=1.0.0
|
15 |
+
python-dotenv==1.0.0
|
16 |
+
Pillow==10.0.0
|
17 |
+
graphviz==0.20.1
|
18 |
+
streamlit
|
19 |
+
scikit-learn
|
20 |
+
pandas
|
21 |
+
numpy
|
22 |
+
matplotlib
|
23 |
|
24 |
|
25 |
|