stroke-classification / pyproject.toml
melisklc0's picture
feat: Add initial project structure with Docker support and stroke classification model
b02f059
Raw
History Blame Contribute Delete
293 Bytes
[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",
]