To analyze and predict the occurrence and severity of forest fires in Algeria using meteorological and environmental data from the Algerian Forest Fires dataset.
# 🔥 Project Title: Predicting Forest Fire Occurrence and Severity in Algeria
## 🎯 Objective:
To analyze and predict the occurrence and severity of forest fires in Algeria using meteorological and environmental data from the Algerian Forest Fires dataset.
## Usage
- Create a virtual ennironment
```bash
python3 -m venv venv
```
- Activate Virtual Environment
```bash
# macOS
source venv/bin/activate
# windows
./venv/Scripts/activate
```
- Install Packages
```bash
pip install -r requirements.txt
```