Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Flask==2.3.3
|
| 2 |
+
tensorflow-cpu==2.9.3
|
| 3 |
+
Pillow==10.0.1
|
| 4 |
+
numpy<2
|
| 5 |
+
groq>=0.4.2
|
| 6 |
+
deep-translator==1.11.4
|
| 7 |
+
gunicorn==21.2.0
|
| 8 |
+
scikit-learn==1.3.2
|
| 9 |
+
uvicorn
|
| 10 |
+
python-dotenv
|