Spaces:
Sleeping
Sleeping
| [project] | |
| name = "stroke-classification" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.13" | |
| dependencies = [ | |
| "streamlit>=1.40.0", | |
| "pillow>=10.0.0", | |
| "numpy>=2.0.0", | |
| "onnxruntime>=1.20.0", | |
| "huggingface-hub>=0.26.0", | |
| ] | |