stephanecharette / DarkPlate

License plate parsing using Darknet and YOLO
MIT License
66 stars 12 forks source link

Adds a Flask UI interface for running DarkPlate #11

Open malikudit opened 1 year ago

malikudit commented 1 year ago

I build a simple Flask wrapper for running DarkPlate with a UI. It has two screens - one that allows the user to click an "upload video" button and browse the computer for videos to pick, and one that uses SocketIO to display the results that DarkPlate spits out. The uploaded videos are stored locally for now, in the static/ directory.

Can be run with python3 app.py.