File size: 317 Bytes
d6629cd
 
 
ef91d98
d6629cd
 
 
 
ef91d98
d6629cd
 
 
 
ef91d98
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "pneumonia-classifier-app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "numpy>=2.3.4",
    "opencv-python>=4.11.0.86",
    "pillow>=12.0.0",
    "scipy>=1.16.3",
    "streamlit>=1.51.0",
    "tensorflow>=2.20.0",
]