Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +18 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
|
|
| 1 |
gradio==4.8.0
|
| 2 |
pandas==2.1.0
|
| 3 |
-
numpy==1.24.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core
|
| 2 |
gradio==4.8.0
|
| 3 |
pandas==2.1.0
|
| 4 |
+
numpy==1.24.3
|
| 5 |
+
|
| 6 |
+
# AI/ML
|
| 7 |
+
transformers==4.35.0
|
| 8 |
+
torch==2.1.0 --index-url https://download.pytorch.org/whl/cpu
|
| 9 |
+
sentence-transformers==2.2.2
|
| 10 |
+
accelerate==0.24.1
|
| 11 |
+
|
| 12 |
+
# Utilities
|
| 13 |
+
python-dotenv==1.0.0
|
| 14 |
+
scikit-learn==1.3.0
|
| 15 |
+
matplotlib==3.8.0
|
| 16 |
+
pillow==10.1.0
|
| 17 |
+
|
| 18 |
+
# For future AI enhancements
|
| 19 |
+
chromadb==0.4.15
|
| 20 |
+
openai==0.28.0 # Optional for GPT integration
|