Create a Django application that will be used as a car park management system in a residential area (e.g. gated community, etc). Here is the overall workflow:
User register their contact info and their car info(license plate)
Operator can query either by owner name or license plate number
if found, registered user is authorized to enter parking premise
if not found, user is not registered and not allow to enter parking premise
Features to consider
Create a page whereby operator can snap a picture of a car and reverse search the image to check if it is in the database.
There should be a backend module to perform image inferencing to read car license plate, model, etc.
Scenario
Create a Django application that will be used as a car park management system in a residential area (e.g. gated community, etc). Here is the overall workflow:
Features to consider