├── LICENSE ├── README.md ├── cctv_image_capture.py ├── green_time_signal.py ├── setup.md └── vehicle_detection.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubham001official/Smart-Adaptive-Traffic-Management-System/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubham001official/Smart-Adaptive-Traffic-Management-System/HEAD/README.md -------------------------------------------------------------------------------- /cctv_image_capture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubham001official/Smart-Adaptive-Traffic-Management-System/HEAD/cctv_image_capture.py -------------------------------------------------------------------------------- /green_time_signal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubham001official/Smart-Adaptive-Traffic-Management-System/HEAD/green_time_signal.py -------------------------------------------------------------------------------- /setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubham001official/Smart-Adaptive-Traffic-Management-System/HEAD/setup.md -------------------------------------------------------------------------------- /vehicle_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubham001official/Smart-Adaptive-Traffic-Management-System/HEAD/vehicle_detection.py --------------------------------------------------------------------------------