initial commit

This commit is contained in:
everbarry 2026-03-18 10:51:06 +01:00
commit ce73eadd74
6 changed files with 4247 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Large model weights & dataset
*.pt
*.json
wild-forest-animals-and-person-1/
data/
# Runtime cache
_xai_cache/

0
README.md Normal file
View File

1129
dashboard.py Normal file

File diff suppressed because it is too large Load Diff

BIN
map.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

24
pyproject.toml Normal file
View File

@ -0,0 +1,24 @@
[project]
name = "assignment-hai"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi==0.115.8",
"flask>=3.1.3",
"grad-cam>=1.5.5",
"gradio==5.16.1",
"jupyter>=1.1.1",
"lime>=0.2.0.1",
"pydantic==2.10.6",
"roboflow>=1.2.16",
"scipy>=1.17.1",
"torch>=2.10.0",
"torchvision>=0.25.0",
]
[dependency-groups]
dev = [
"ipykernel>=7.2.0",
]

3075
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff