Spaces:
Runtime error
Runtime error
[project] | |
name = "everycure" | |
version = "0.1.0" | |
readme = "README.md" | |
requires-python = ">=3.12" | |
description = "Medical Entity Extraction API" | |
dependencies = [ | |
"marimo>=0.10.16", | |
"pdfplumber>=0.11.5", | |
"torch>=2.5.1", | |
"transformers>=4.48.1", | |
"fastapi>=0.109.0", | |
"python-multipart>=0.0.6", # Required for handling file uploads | |
"pydantic>=2.5.3" | |
] | |