Spaces:
Sleeping
Sleeping
| """ | |
| config.py - configuration constants | |
| """ | |
| # Path to YOLO model (relative to repo root) | |
| MODEL_PATH = "models/yol_kenari_tespit_best.pt" | |
| # File for saving detections history | |
| HISTORY_FILE = "data/detection_history.json" | |
| # Optionally add more configs if needed | |
| DEBUG_MODE = True | |