[project] | |
name = "wild-fire-tracker" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.10" | |
dependencies = [ | |
"bs4>=0.0.2", | |
"gradio>=5.33.1", | |
"httpx>=0.28.1", | |
"mcp[cli]>=1.9.3", | |
"opencv-python>=4.11.0.86", | |
"pillow>=11.2.1", | |
"transformers>=4.52.4", | |
"ultralytics>=8.0.0", | |
"huggingface_hub>=0.25.2", | |
"transformers", | |
"opencv-python", | |
"torch>=2.7.1", | |
"accelerate>=1.10.0", | |
"fastapi", | |
"uvicorn", | |
"requests" | |
] | |