Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -30
requirements.txt
CHANGED
|
@@ -1,30 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
# TTS / audio processing
|
| 13 |
-
gTTS>=2.3.1
|
| 14 |
-
pydub>=0.25.1
|
| 15 |
-
|
| 16 |
-
# 向量搜尋(選用)
|
| 17 |
-
faiss-cpu>=1.7.4
|
| 18 |
-
|
| 19 |
-
# Web / 爬蟲 / fallback
|
| 20 |
-
duckduckgo-search>=2.7.5
|
| 21 |
-
beautifulsoup4>=4.12.2
|
| 22 |
-
requests>=2.31.0
|
| 23 |
-
|
| 24 |
-
# PDF / OCR / image
|
| 25 |
-
pdfplumber>=0.7.6
|
| 26 |
-
pytesseract>=0.3.10
|
| 27 |
-
pillow>=9.5.0
|
| 28 |
-
|
| 29 |
-
# 可選工具(如需 LangChain 社群套件)
|
| 30 |
-
langchain-community>=0.0.198
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
transformers
|
| 3 |
+
sentence-transformers
|
| 4 |
+
openai-whisper
|
| 5 |
+
gTTS
|
| 6 |
+
pydub
|
| 7 |
+
gradio
|
| 8 |
+
numpy
|
| 9 |
+
duckduckgo-search
|
| 10 |
+
beautifulsoup4
|
| 11 |
+
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|