This project builds a Convolutional Neural Network (CNN) model to detect forest fires from image data. Early identification of wildfire threats is crucial, and this model helps automate the detection process, potentially supporting firefighting efforts and environmental protection.
Forest_fire_detection/
βββ Forest_Fire_Detection_using_DL.ipynb # Main notebook for training and evaluation
- Name: The Wildfire Dataset
- Source: Kaggle
This dataset contains labeled image data useful for training binary image classification models.
- Python 3.x
- TensorFlow / Keras
- NumPy
- Matplotlib
This project is licensed under the MIT License.