### Install Dependencies - Shell Source: https://github.com/tungedng2710/license-plate-recognition/blob/main/README.md Executes the `install.sh` script to set up the required libraries and dependencies for the TrafficCam project. ```Shell bash scripts/install.sh ``` -------------------------------- ### Run Inference on All Videos - Shell Source: https://github.com/tungedng2710/license-plate-recognition/blob/main/README.md Executes the `run.sh` script to perform quick inference on all video files located in a specified folder. ```Shell bash run.sh ``` -------------------------------- ### Run Folder Inference - Shell Source: https://github.com/tungedng2710/license-plate-recognition/blob/main/README.md Executes the `run_folder.sh` script, likely an alternative or specific script for processing videos within a folder. ```Shell bash scripts/run_folder.sh ``` -------------------------------- ### Run Inference on Single Video - Python Source: https://github.com/tungedng2710/license-plate-recognition/blob/main/README.md Executes the main Python script (`main.py`) to perform inference on a single video file or webcam feed, accepting various optional arguments for configuration. ```Python python main.py --video [path_to_your_video] [optional arguments] ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.