Spaces:
Sleeping
Sleeping
File size: 837 Bytes
3c25c17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | [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"
|