number-plate-detection-system/ ├── app.py ├── infer.py ├── degradation.py ├── plate_reader.py ├── test_plate_reader.py └── models/ └── plate_detector/ └── weights/ └── best.pt The system first detects ...
The two things that download from the internet the first time you run the backend are the EasyOCR model (~100MB) and the sentence-transformers model (~80MB). Both are free, hosted on Hugging Face, and ...