Giter VIP home page Giter VIP logo

address-app's Introduction

Address App

TLDR: Mapping free-text address -> Structured fields using machine learning.

This project has an api and application to map free-text street addresses to structured Australian GNAF fields.

It borrows heavily from the excellent address-net project and uses a pretrained Tensorflow model to parse and segment the free text address.

demo

Working examples

Application: https://address-app.infocruncher.com/

Api: https://address-api.infocruncher.com/

Project Structure

App

The /client folder is a Terraform managed S3 website app hosted at address-app.infocruncher.com that uses the api endpoint.

See /client/Makefile for more information around deploying the app to AWS.

Api

The project root is an AWS SAM managed API address-api.infocruncher.com consisting of an API Gateway with Lambda backend.

The actual app that is deployed to Lambda is Dockerised and can be found in /app

See /Makefile for more information around deploying the api to AWS.

Example Api response given a POST request with Unit 18/14-18 Flood St, Bondi, NSW 2026:

{
  "address": "Unit 18/14-18 Flood St, Bondi, NSW 2026",
  "result": {
    "flat_type": "UNIT",
    "flat_number": "18",
    "number_first": "14",
    "number_last": "18",
    "street_name": "FLOOD",
    "street_type": "STREET",
    "locality_name": "BONDI",
    "state": "NEW SOUTH WALES",
    "postcode": "2026"
  },
  "handler_time": "0:00:01.180911",
  "runtime_time": "0:04:24.914928",
  "model_dir": "/opt/ml/model/pretrained",
  "version": "0.1.11"
}

address-app's People

Contributors

dylanhogg avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.