An AI system for predicting time and location of fires in Madagascar.
To run the modeling part, make sure you first have all the requirements:
```
pip install -r requirements.txt
```
Go into the modeling directory:
```
cd modeling
```
Train a model:
```
python train.py
```