Web_Crawler / requirements.txt
PhilipL's picture
更新gradio版本,讓hugging face自己抓最新版
ae94c45 verified
Raw
History Blame Contribute Delete
558 Bytes
# 核心
python-dotenv
requests
numpy<2.0.0
pandas
# UI (讓 Hugging Face 自動決定版本,避免衝突)
gradio
# 爬蟲
playwright
# RAG & LLM
openai
huggingface_hub
langchain
langchain-community
langchain-huggingface
sentence-transformers
faiss-cpu
# 視覺與辨識 (DeepFace 相關)
# 這裡不鎖版本,讓 pip 在 Python 3.10 環境下自動抓取最佳組合
deepface
mtcnn
pillow
mediapipe
opencv-python-headless
# 深度學習
# 在 Python 3.10 下,這些會自動安裝到相容的穩定版 (如 TF 2.15/2.16)
tensorflow
tf-keras
keras