extra changes frontend

This commit is contained in:
Anh-Thy04
2025-06-19 21:19:38 +02:00
parent 850a9f2b37
commit 397bdd12b4
4 changed files with 52 additions and 116 deletions

View File

@@ -6,11 +6,12 @@ from io import BytesIO
from ultralytics import YOLO
import easyocr
# ANPR shiz
car_model = YOLO("yolov8n.pt")
plate_model = YOLO("license_plate_detector.pt")
ocr_reader = easyocr.Reader(["nl"])
# ANPR
if True:
car_model = YOLO("yolov8n.pt")
plate_model = YOLO("license_plate_detector.pt")
ocr_reader = easyocr.Reader(["nl"])
# from authlib.integrations.flask_client import OAuth