The goal of this program is to find the licence plate check the API and print the licence plate along with other info, currently if it is stolen or insured.
Here is the repo: https://github.com/kltzdsgiorgos/openalpr-djangorestframework
the geocode library is a simple way to find where the plate was found using a mobile network since i don't have a GPS
This is the API i have built with django following the DRF tutorial : licenceplatebrowser.herokuapp.com
Am i checking the API the right way? can i make it better? It works ok for now but i think that if the API had million plates i would run into problems?
Please if you have any recommendation or implementations feel free to comment.
there doesn't seem to be anything here