Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
YuChing
/
License-Plate-detection
like
0
Runtime error
App
Files
Files
Community
16eca4c
License-Plate-detection
/
app.py
YuChing
app
16eca4c
11 months ago
raw
Copy download link
history
blame
Safe
158 Bytes
import
gradio
as
gr
import
cv2
as
cv
import
os
import
random
from
ultralytics
import
YOLO
import
pandas
as
pd
from
matplotlib
import
pyplot
as
plt
import
cv2