To create a deep-learning-based system to detect and store information on traffic violators in a database hosted on a website to collect proof and number plates of the criminals simultaneously.
4) Labeling of images was implemented using labelImg
1) The initial dataset consisted of 100 images which were expanded using image processing techniques using OpenCV
2) We used labelImg to gentrate labled .txt file
3) Searching for proper training parameters was the toughest part, after multiple experiments and advice from mentors we were able to fix parameters like learning rate, no of steps for training, and much more
7) It was deployed on Django because it is written in Python, OpenCV can be used with Django and it has many inbuilt features to aid the process of integration and building the website
Go to https://platerecognizer.com/ and get your credentials
pip install -r requirements.txt
python manage.py create superuser (create a super user to access the admin page)
python manage.py runserver