Spaces:
Sleeping
Sleeping
File size: 576 Bytes
e458941 7677cff 4bd456c e458941 |
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 |
[tool.poetry]
name = "mali-nurse"
version = "0.1.0"
description = "Nurse LLM Chatbot for basic Electronic Health Records (EHR) extraction and collection."
authors = ["microhum <Guntee12123@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
langchain = "^0.3.7"
langchain-openai = "^0.2.8"
langchain-community = "^0.3.7"
pydantic = "^2.9.2"
fastapi = "^0.115.5"
uvicorn = "^0.32.0"
gradio = "^5.8.0"
langchain-groq = "^0.2.1"
pythainlp = "^5.0.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|