/qgis-street-address-parser-api

Simple REST api to parse street addresses for use with the QGIS Street Address Parser plugin.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

qgis-street-address-parser-api

Simple API that runs deepparse.org's address parser model as a REST API via flask. Intended for use in the QGIS Plugin Street Address Parser.

Work in progress.

Setup

  1. Create a virtual environment for the API.

python3 -m venv env_api

source env_api/bin/activate

pip install pipx

pipx install git+https://github.com/tamos/qgis-street-address-parser-api.git

  1. Run the api locally.

street_address_parser_api

  1. Copy the server location into the appropriate box in the plugin dialog, if necessary.