Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +25 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,25 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core ML and NLP libraries
|
| 2 |
+
torch>=1.13.0
|
| 3 |
+
transformers>=4.21.0
|
| 4 |
+
tokenizers>=0.13.0
|
| 5 |
+
sentencepiece>=0.1.95
|
| 6 |
+
|
| 7 |
+
# Gradio for web interface
|
| 8 |
+
gradio>=4.0.0
|
| 9 |
+
|
| 10 |
+
# Data processing and analysis
|
| 11 |
+
numpy>=1.21.0
|
| 12 |
+
pandas>=1.5.0
|
| 13 |
+
|
| 14 |
+
# File handling and utilities
|
| 15 |
+
Pillow>=9.0.0
|
| 16 |
+
requests>=2.28.0
|
| 17 |
+
|
| 18 |
+
# Optional: For better performance (uncomment if needed)
|
| 19 |
+
# accelerate>=0.20.0
|
| 20 |
+
# bitsandbytes>=0.39.0
|
| 21 |
+
|
| 22 |
+
# Development and debugging (optional)
|
| 23 |
+
# jupyter>=1.0.0
|
| 24 |
+
# matplotlib>=3.5.0
|
| 25 |
+
# seaborn>=0.11.0
|