.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
.devcontainer/devcontainer.json
.github/pull_request_template.md
.github/setup.sh
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/workflows/docs.yaml
.github/workflows/lint.yaml
.github/workflows/release.yaml
.github/workflows/sync_hf_space.yaml
.github/workflows/tests.yaml
demo/Dockerfile
demo/app.py
demo/create_dataset.ipynb
demo/finetune_model.ipynb
demo/reboot_space.py
demo/run_inference_area.ipynb
demo/run_inference_point.ipynb
docs/api.md
docs/authorization.md
docs/customization.md
docs/future-features-contributions.md
docs/getting-started.md
docs/index.md
docs/step-by-step-guide.md
docs/assets/custom.css
docs/images/Blueprint-logo-black-flavicon.png
docs/images/Blueprint-logo-black.png
docs/images/Blueprint-logo-white.png
docs/images/filter-polygons.png
docs/images/input-yolo-sam2.png
docs/images/lat-lon-point.png
docs/images/polygon-exported.png
docs/images/stacked-image.png
images/Blueprint-logo-black.png
images/Blueprint-logo-white.png
images/osm-ai-helper-diagram.png
src/osm_ai_helper/__init__.py
src/osm_ai_helper/convert_to_vlm_dataset.py
src/osm_ai_helper/convert_to_yolo_dataset.py
src/osm_ai_helper/download_osm.py
src/osm_ai_helper/export_osm.py
src/osm_ai_helper/group_elements_and_download_tiles.py
src/osm_ai_helper/run_inference.py
src/osm_ai_helper.egg-info/PKG-INFO
src/osm_ai_helper.egg-info/SOURCES.txt
src/osm_ai_helper.egg-info/dependency_links.txt
src/osm_ai_helper.egg-info/requires.txt
src/osm_ai_helper.egg-info/top_level.txt
src/osm_ai_helper/utils/__init__.py
src/osm_ai_helper/utils/coordinates.py
src/osm_ai_helper/utils/inference.py
src/osm_ai_helper/utils/osm.py
src/osm_ai_helper/utils/plots.py
src/osm_ai_helper/utils/polygons.py
src/osm_ai_helper/utils/tiles.py
tests/conftest.py
tests/integration/test_convert_to_vlm_dataset.py
tests/integration/test_convert_to_yolo_dataset.py
tests/integration/test_download_osm.py
tests/integration/test_export_osm.py
tests/unit/test_convert_polygons.py
tests/unit/test_utils_inference.py
tests/unit/test_utils_osm.py
tests/unit/test_utils_tiles.py