Logo Lanfrica

CodeByAarish/Algeria-Forest-Fire-Prediction

Domain:

environment and energy
Creator:
Cod
Host:
# πŸ”₯ Forest Fire Prediction using Polynomial Regression Welcome to the **Forest Fire Prediction System** β€” a smart machine learning project designed to help assess and prevent the risk of forest fires using real-time weather and environmental data. --- ## 🌟 About the Project Forest fires can spread rapidly and devastate ecosystems. Early prediction of fire-prone conditions is **crucial**. This project uses **Polynomial Regression** to predict the **FWI (Fire Weather Index)** β€” a numerical indicator that represents the potential for forest fires based on several environmental features. --- ## πŸ“Š Features Used Below are the key input variables used for prediction: | πŸ”’ Feature | πŸ“˜ Description | |--------------------|----------------| | 🌑️ `Temperature` | Air temperature in Celsius (Β°C) | | πŸ’§ `RH` | Relative Humidity in percentage (%) | | 🌬️ `Ws` | Wind speed in km/h | | β˜” `Rain` | Rainfall in mm | | πŸ”₯ `FFMC` | Fine Fuel Moisture Code (dryness of leaves/grass) | | 🌲 `DMC` | Duff Moisture Code (moisture of loosely compacted organic material) | | 🌳 `DC` | Drought Code (moisture of deep compact organic matter) | | πŸŒ€ `ISI` | Initial Spread Index (expected fire spread rate) | | πŸ“ˆ `BUI` | Build-Up Index (total amount of fuel available for burning) | | πŸ—ΊοΈ `Region` | Area code (1 = Bejaia, 2 = Sidi-Bel Abbes) | | 🚨 `Classes` | Binary flag: 1 = Fire occurred, 0 = No fire | ---