Spaces:
Sleeping
Sleeping
| [project] | |
| name = "Multimodal_Math_Mentor" | |
| version = "0.1.0" | |
| description = "Multimodal Math Mentor - RAG + Agents + HITL + Memory" | |
| authors = [ | |
| {name = "Amit-kr26", email = "amitkr97531@gmail.com"} | |
| ] | |
| readme = "README.md" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "gradio (>=5.0.0)", | |
| "langgraph (>=0.2.0)", | |
| "langchain (>=0.3.0)", | |
| "langchain-openai (>=0.2.0)", | |
| "langchain-community (>=0.3.0)", | |
| "faiss-cpu (>=1.8.0)", | |
| "sentence-transformers (>=3.0.0)", | |
| "easyocr (>=1.7.0)", | |
| "openai-whisper (>=20231117)", | |
| "sympy (>=1.13.0)", | |
| "duckduckgo-search (>=6.0.0)", | |
| "rank-bm25 (>=0.2.2)", | |
| "matplotlib (>=3.9.0)", | |
| "python-dotenv (>=1.0.0)", | |
| "Pillow (>=10.0.0)", | |
| "numpy (>=1.26.0)", | |
| ] | |
| [build-system] | |
| requires = ["poetry-core>=2.0.0,<3.0.0"] | |
| build-backend = "poetry.core.masonry.api" | |