This project performs real-time identification of vehicles and people with a high accuracy rate using a Convolutional Neural Network.
Use the package manager pip to install the requirements.
pip install requirements.txt
To use a directory file or a webcam connected to the computer, use:
python webcam_or_file.py
To use an IP camera that is running on http protocol on your local network, use:
with_ip_cam.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.