Metadata-Version: 2.4
Name: flood-geoai-tool
Version: 2.0.0
Summary: A GeoAI tool for flood risk assessment using satellite imagery and Hugging Face models
Home-page: https://github.com/hatimoo22/flood-geoai-tool
Author: Hatim nuh
Author-email: hatimoo22@live.com
Keywords: gis,remote-sensing,flood,ai,satellite-imagery,huggingface,deep-learning,computer-vision,geospatial
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rasterio>=1.2.0
Requires-Dist: geopandas>=0.10.0
Requires-Dist: torch>=1.9.0
Requires-Dist: scikit-image>=0.18.0
Requires-Dist: numpy>=1.21.0
Requires-Dist: shapely>=1.8.0
Requires-Dist: fiona>=1.8.0
Requires-Dist: pillow>=8.0.0
Requires-Dist: huggingface-hub>=0.16.0
Requires-Dist: tqdm>=4.60.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Flood GeoAI Tool

[![PyPI version](https://img.shields.io/pypi/v/flood-geoai-tool.svg)](https://pypi.org/project/flood-geoai-tool/)
[![Python Versions](https://img.shields.io/pypi/pyversions/flood-geoai-tool.svg)](https://pypi.org/project/flood-geoai-tool/)

A Python package for automated flood risk assessment using satellite imagery and deep learning models from Hugging Face.

## Features

- 🤗 **Automatic Model Downloads**: Pre-trained models from Hugging Face Hub
- 🛰️ **Satellite Imagery Processing**: Supports various satellite data formats
- 🏢 **Building Footprint Analysis**: Identify flooded structures
- 🌊 **Flood Risk Mapping**: Generate detailed risk assessment maps
- 📊 **Multiple Output Formats**: Shapefiles, GeoJSON, statistics, and reports
- ⚡ **GPU Support**: Automatic CUDA detection for faster inference

## Installation

```bash
pip install flood-geoai-tool
