Final_Assignment_Template / requirements.txt
ZeroTimo's picture
Update requirements.txt
a88c27e verified
raw
history blame
872 Bytes
# --- HF Space Laufzeit-Libraries ---------------------------------
gradio
requests
pandas
# Dateiformate
openpyxl # Excel lesen
tabulate # DataFrame -> Markdown-Vorschau
# .env Support
python-dotenv
# --- LangChain Ökosystem ----------------------------------------
langgraph
langchain
langchain-core
langchain-community
langchain-google-genai # Gemini-Wrapper
# --- Such- & Parser-Bibliotheken --------------------------------
duckduckgo-search # Web-Suche
beautifulsoup4 # HTML-Parsing (WikipediaLoader)
wikipedia # Python-Wikipedia-API
arxiv # Arxiv API Wrapper
# --- Audio-Transkription ---------------------------------------
faster-whisper
ffmpeg-python # nutzt das system-ffmpeg im Space
# --- OCR / Imaging (nur falls später benötigt)
# pillow
# pytesseract
tavily-python