Spaces:
Runtime error
Runtime error
| # --- 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 |