[EN] Open Sourced ALPR/ANPR Solution!
ฝัง
- เผยแพร่เมื่อ 5 ก.พ. 2025
- I really like playing around / fine-tuning existing AI's into my projects. To be honest, I tried developing AI's multiple times, and it's just (currently) not for me. This project is an example of me playing around with multiple AI's, mashing (and fine-tuning) them together and creating something that helps gatekeepers at VPSR. This program repeatedly checks Main Gate camera, tries to find a car, and if it finds a car, it detects its licence plate and sends it right to the gatekeepers (picture + text). It achieves this with fine-tuned yolov8 and tesseract. It was a really interesting project, and needless to say, it was a fun 2023 summer break!
####### References #######
Github repository: github.com/TDi...
Pytorch install command generator: pytorch.org/#:...
Tesseract docs: tesseract-ocr....
####### Socials #######
Github: github.com/TDi...
Twitter: / tdiblik005
Personal website: tomasdiblik.cz/
LinkedIn: / tdiblik
####### Acknowledgements #######
Song: ROY KNOX - Closer [NCS Release] Music provided by NoCopyrightSounds Free Download/Stream: ncs.io/rk_closer Watch: ncs.lnk.to/rk_c...
#############################
Make sure to
░██████╗██╗░░░██╗██████╗░░██████╗░█████╗░██████╗░██╗██████╗░███████╗
██╔════╝██║░░░██║██╔══██╗██╔════╝██╔══██╗██╔══██╗██║██╔══██╗██╔════╝
╚█████╗░██║░░░██║██████╦╝╚█████╗░██║░░╚═╝██████╔╝██║██████╦╝█████╗░░
░╚═══██╗██║░░░██║██╔══██╗░╚═══██╗██║░░██╗██╔══██╗██║██╔══██╗██╔══╝░░
██████╔╝╚██████╔╝██████╦╝██████╔╝╚█████╔╝██║░░██║██║██████╦╝███████╗
╚═════╝░░╚═════╝░╚═════╝░╚═════╝░░╚════╝░╚═╝░░╚═╝╚═╝╚═════╝░╚══════╝
Bro you've got a new subscriber cause u made my day! That's exactly what I've been looking for ❤️
question : how to use this for streaming image from ip cam cctv?
setup rtsp on the ip camera and then edit the .env according to this video or the github manual
bro this model working in Indian vehicles ?
should be
bro, i cant connect to the client with cargo. or i should use docker too?
could you .... be more specific please :/
@@tdiblik haha im so sorry. ive created my own alpr using a alpr reference made by u. thank u so much
Broooo damn u just made look like peace of cake respect bro 🫡🙇🏻 i just want sayy thanku thanku buddy this is just i was looking for.. and you made this possible.. bro i just have one question while capturing live data feed from IP camera with resignation can we Host this data to website or save all the data's cars number plate?
This isn't included in the project, however modifying it for this purpose shouldn't be that hard :D
@@tdiblik okay I'll try .. thanku again 🤝 and yes please make some more videos .... Waiting ✊🏻🤝🤍🫡
the database why not mysql?
cuz I have more experience with mssql. If you wanna, you can edit the source code and change the database to mysql. It's 10 lines of python inside the utils.py file, starting at line 144, function save_validated_result().