Skip to content

The satellite images of Texas city after hurricane Harvey are collected and divided into two groups (Damage and No Damage). The goal is to make a model which can automatically identify if a given region is likely to contain flooding damage or not.

Notifications You must be signed in to change notification settings

ACM-VIT/hurricane-damage-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

HURRICANE DAMAGE DETECTION

Rescuing the Flooded arena with the eyes of Computer Vision

made-by-acm license stars forks


Overview

Idea : To identify the Flood prone areas using the Satellite images of the city

Explanation : The goal is to build a model which identifies if a given region in Texas city isthe dataset given below, likely to contain flooding damage due to Hurricane Harvey.The basic required packages can be found in requirements.txt and can be installed using the pip command given below in usage. The dataset given below consists the Satellite images of Texas city after Hurricane Harvey and are divided into two groups (Damage and No damage). OpenCV can be majorly used to extract the features in the images.TesorFlow modules can also be used for pre-processing the images and other purposes. Usual Machine Learning algorithms or even Deep Learning methods can be applied to build the required model.


Usage

Run the following command to install all the required packages for this project

pip install requirements.txt

Lets get started!


 git remote add
 git fetch 
 git merge

Dataset

https://drive.google.com/file/d/1QIJwA1VLh_WKM6uFXtkCGW7G_fbDRmfo/view?usp=sharing


Submitting a Pull Request

  • Fork the repository by clicking the fork button on top right corner of the page
  • Clone the target repository. To clone, click on the clone button and copy the https address. Then run
git clone [HTTPS-ADDRESS]
  • Go to the cloned directory by running
cd [NAME-OF-REPO]
  • Create a new branch. Use
 git checkout -b [YOUR-BRANCH-NAME]
  • Make your changes to the code. Add changes to your branch by using
git add .
  • Commit the chanes by executing
git commit -m "your msg"
  • Push to remote. To do this, run
git push origin [YOUR-BRANCH-NAME]
  • Create a pull request. Go to the target repository and click on the "Compare & pull request" button. Make sure your PR description mentions which issues you're solving.
  • Wait for your request to be accepted.

Guidelines for Pull Request

  • Avoid pull requests that :
    • are automated or scripted
    • that are plagarized from someone else's branch
  • Do not spam
  • Project maintainer's decision on validity of PR is final.

For additional guidelines, refer to participation rules


What counts as a PR?

Check out our issues and try to solve them !


Interacting with Issues

  • There are helper issues that detail all you have to do to complete the project.
    • Read the helper issues and work on the corresponding code in your fork of the repo.
    • If you have some doubt regarding the 'help' given, comment below the issue.
    • If you have some doubt not related to any 'helper issue/s' open, Open up a new issue, select doubt and fill in the template.
  • If you want to provide some extra help to fellow participants, open up a new helper issue. Don't include any solution/code!
  • Do not spam

Authors

Authors: Thillai Chithambaram, Manim Madhav

Contributors:

About

The satellite images of Texas city after hurricane Harvey are collected and divided into two groups (Damage and No Damage). The goal is to make a model which can automatically identify if a given region is likely to contain flooding damage or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published