initial commit
This commit is contained in:
commit
ce73eadd74
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal 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/
|
||||||
1129
dashboard.py
Normal file
1129
dashboard.py
Normal file
File diff suppressed because it is too large
Load Diff
24
pyproject.toml
Normal file
24
pyproject.toml
Normal 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",
|
||||||
|
]
|
||||||
Loading…
x
Reference in New Issue
Block a user