Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# ==== Core Framework ====
|
| 2 |
+
gradio>=4.36.0
|
| 3 |
+
transformers>=4.43.0
|
| 4 |
+
torch>=2.1.0
|
| 5 |
+
sentencepiece>=0.2.0
|
| 6 |
+
protobuf>=4.25.0
|
| 7 |
+
|
| 8 |
+
# ==== Data & Export ====
|
| 9 |
+
pandas>=2.2.0
|
| 10 |
+
openpyxl>=3.1.2
|
| 11 |
+
|
| 12 |
+
# ==== Utilities ====
|
| 13 |
+
numpy>=1.26.0
|
| 14 |
+
tqdm>=4.66.0
|
| 15 |
+
regex>=2023.10.0
|
| 16 |
+
|
| 17 |
+
# ==== Optional (หากต้องการใช้ Google Sheets ภายหลัง) ====
|
| 18 |
+
# gspread>=6.0.0
|
| 19 |
+
# oauth2client>=4.1.3
|