Commit History

Finalize project structure, update URLs, and clean up for deployment
8acc7cf

harithkavish commited on

Resolve merge conflicts, clean up repo, and remove local model files
c815d3c

harithkavish commited on

Refactor YOLOv8 model loading: dynamic safe globals patching, fallback to weights_only=False, robust for PyTorch 2.6+ and Spaces
18e378c

harithkavish commited on

Patch: only allowlist Conv for YOLOv8 safe globals (PyTorch 2.6+)
b7a580c

harithkavish commited on

Refactor: robust fallback for CNN/YOLO, minimal safe globals, error handling
8bd6f1e

harithkavish commited on

Patch torch safe globals for YOLOv8: add all known custom classes and modules
c343a54

harithkavish commited on

Patch torch safe globals for YOLOv8: add Conv to allowed list
70b3bd0

harithkavish commited on

Patch torch safe globals for YOLOv8: add SegmentationModel and Sequential
9182c40

harithkavish commited on

Patch torch safe globals for YOLOv8 SegmentationModel (PyTorch 2.6+)
432fee0

harithkavish commited on

Fallback: build CNN model at runtime if loading fails
0bba5cc

harithkavish commited on

Initial commit for Hugging Face Spaces deployment
37e1c43

harithkavish commited on