Car counting system winter term process combine the function to the web server

This part will receive the base64 encode format data and call the api and pass it into the recognizer API and phrase the response into confidence score value, car plate number, and create the url for the photos and pass those things to the next part. The next part will store the score number and get the car plate number and the user's name and passwords and Compared the score number value with a range, and also check the url is already in the database or not, if exist add one to the frequency number, if not create 1. if the confidence value is higher than the range, for example 80, the photo's url will be created. Then the url and the returned plate number will be sent to the database and shown in the recognized Vehicle list. If the confidence value falls into the range (such as 50-80), the photo's url will be created and moved to the database and shown in the Unrecognized Vehicle list. if the confidence value is lower than the range (50), the photo will be abandoned. Then send the score number and the car plate number and the user's name and passwords and the frequency number to the database.

0 Lifts 

Artifacts

Name Description
Web Page http://35.238.128.96:8080/numberplate/ User ID:zhangyang Password:123 when log in we can use the recognition function and the classification show in the web   Download
Code for werver The recognition and classification and upload function   Download
Feedback