Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 294 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 294 Bytes

address_deduper

Flask app for use with address_normalizer in an ingestion setting.

Installing dependencies

pip install -r requirements.txt

Running the development server

python app.py runserver

Running the production server

python app.py serve