Spaces:
Sleeping
Sleeping
| [project] | |
| name = "shcard_2025_bigcontest_chatbot" | |
| version = "0.1.0" | |
| description = "์ ํ์นด๋ ๊ฐ๋งน์ ์ถ์ฒ ์ฑ๋ด" | |
| readme = "README.md" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "streamlit>=1.38.0", | |
| "google-generativeai>=0.8.0", | |
| "pandas>=2.2.0", | |
| "mcp>=1.13.1", | |
| "fastmcp>=2.11.0", | |
| "langchain>=0.1.0", | |
| "langchain-google-genai>=1.0.0", | |
| "langchain-mcp-adapters>=0.1.0", | |
| "langchain-core>=0.1.0", | |
| "langgraph>=0.1.0", | |
| "pillow>=10.0.0", | |
| "asyncio>=4.0.0", | |
| "matplotlib>=3.7.2", | |
| ] | |