mustafa2ak's picture
Update config.py
89bc311 verified
raw
history blame contribute delete
280 Bytes
"""
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