Skip to content

Iktisad/conuhacks_sap_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONUHACKS_SAP_CHALLENGE

Wildfire Response and Prediction Challenge

This project aims to provide an intelligent solution for wildfire response and prediction using data-driven methodologies. It is designed to analyze wildfire risks and offer predictive insights to aid emergency response teams.


Technologies Used

  • Python (Core language)
  • Flask (Web framework for the API)
  • REST API (For communication between frontend and backend)
  • Machine Learning (Random Forest Algorithm for wildfire prediction)
  • Scheduling Algorithm (For optimizing emergency response planning)

Prerequisites

  • Python 3.x (Must be greater than 2.7)

Ensure you have Python installed before proceeding. You can check your version with:

python --version

Installation

Clone the Repository

Clone the project using the following command:

git clone https://github.com/Iktisad/conuhacks_sap_challenge.git

Navigate to the project directory:

cd conuhacks_sap_challenge  # Ensure this directory matches the cloned repository name

Set Up Virtual Environment

Create a virtual environment:

python -m venv .venv

Activate the virtual environment:

Windows (Command Prompt)

.venv\Scripts\activate.bat

Windows (PowerShell)

.venv\Scripts\Activate.ps1

macOS/Linux (Bash/Zsh)

source .venv/bin/activate

Install Dependencies

Run the following command to install all required dependencies:

pip install -r requirements.txt

Running the Project

Debug Mode

To run the project in debugging mode:

python run.py

Using Flask Command

Alternatively, you can run the project using Flask:

flask run

Tags

  • Python
  • Flask
  • REST API
  • Machine Learning
  • Random Forest Algorithm
  • Scheduling Algorithm
  • Data Science

License

This project is licensed under the MIT License. See the LICENSE file for details.


Contact

For any inquiries or issues, feel free to reach out via GitHub Issues or email.


About

This project aims to provide an intelligent solution for wildfire response and prediction using data-driven methodologies. It is designed to analyze wildfire risks and offer predictive insights to aid emergency response teams.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors