Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 985 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 985 Bytes

GeoDeep

A fast, lightweight Python library for AI object detection in geospatial rasters (GeoTIFFs).

⚠️ This library is a work in progress.

Install

pip install -U geodeep

Usage

Check the documentation.

Why GeoDeep?

Compared to other software packages (e.g. Deepness), GeoDeep relies only on two dependencies, rasterio and onnxruntime. This makes it simple and lightweight.

Contributing

We welcome contributions! Pull requests are welcome.

Support the Project

There are many ways to contribute to the project:

  • ⭐️ us on GitHub.
  • Help us test the application.
  • Become a contributor!

Credits

GeoDeep was inspired and uses some code from Deepness and DeepForest.

License

The code in this repository is licensed under the AGPLv3.