├── LICENSE ├── README.md ├── alarm-sound.mp3 ├── fire-detector.py └── github-readme-content ├── hsv-0.png ├── hsv-1.jpg └── image-1.jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gunarakulangunaretnam/fire-detection-system-using-python-opencv/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gunarakulangunaretnam/fire-detection-system-using-python-opencv/HEAD/README.md -------------------------------------------------------------------------------- /alarm-sound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gunarakulangunaretnam/fire-detection-system-using-python-opencv/HEAD/alarm-sound.mp3 -------------------------------------------------------------------------------- /fire-detector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gunarakulangunaretnam/fire-detection-system-using-python-opencv/HEAD/fire-detector.py -------------------------------------------------------------------------------- /github-readme-content/hsv-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gunarakulangunaretnam/fire-detection-system-using-python-opencv/HEAD/github-readme-content/hsv-0.png -------------------------------------------------------------------------------- /github-readme-content/hsv-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gunarakulangunaretnam/fire-detection-system-using-python-opencv/HEAD/github-readme-content/hsv-1.jpg -------------------------------------------------------------------------------- /github-readme-content/image-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gunarakulangunaretnam/fire-detection-system-using-python-opencv/HEAD/github-readme-content/image-1.jpg --------------------------------------------------------------------------------