CoolFace
Apppublic

Shubham9008/leaf_detection_eith_gatekeeper

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes
pyproject.toml19 linesDownload Raw Back to root
1[project]2name = "patato-dises-deeplearning"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.11,<3.14"7dependencies = [8    "bing-image-downloader>=1.1.2",9    "fastapi>=0.128.0",10    "jinja2>=3.1.6",11    "matplotlib>=3.10.8",12    "numpy>=2.4.1",13    "opencv-python>=4.13.0.90",14    "pillow>=12.1.0",15    "python-multipart>=0.0.21",16    "tensorflow>=2.20.0",17    "uvicorn>=0.40.0",18]19