CAR COUNTER
Requirements for building the project
PyCharm
Python3.8.5
Opencv 4.4.0
PyQt5
Before running program, you must enter sending mail's information to main.py file
##Linux
PyCharm can be downloaded from Ubuntu Software, it must be Community Edition version of PyCharm
For Python : sudo apt-get install python3
For OpenCv : sudo apt install python3-pip pip3 install opencv-python or sudo apt install python3-opencv
For PyQt5: pip3 install --user pyqt5 sudo apt install python3-pyqt5 sudo apt install pyqt5-dev-tools