First Machine learning webapp using flask
# Algerian_forest_fired_Prediction
## Description
This project aims to ...
## Running the Flask Web App
To run the Flask web app, follow these steps:
1. Make sure you have Python installed on your machine.
2. Open a terminal or command prompt.
3. Navigate to the directory where the `application.py` file is located.
4. Run the following command:
```bash
python -r requirements.txt
```
```bash
python application.py
```
5. The Flask web app should now be running on your local machine.
Note: Make sure to install any required dependencies before running the application.