Giter Site home page Giter Site logo

rodrigorsdc / inacity Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arturandre/inacity

0.0 0.0 0.0 116.42 MB

INACITY python's implementation

Home Page: http://inacity.org

License: Mozilla Public License 2.0

Python 4.07% CSS 18.75% JavaScript 61.89% HTML 15.22% Batchfile 0.02% Shell 0.02% Dockerfile 0.02% PowerShell 0.01% Makefile 0.01%

inacity's Introduction

INACITY

INACITY (an acronym for INvestigate and Analyze a City) is a platform that aims to combine urban imagery and Computer Vision into a modern Geographic Information System. It was designed to be scalable in the sense that coupling different imaging platforms, GISes databases and Computer Vision filters can be easily done.

Installation/Deploy

We make available a docker-compose.yml file that can be used to instantiate a docker container to hold INACITY's server and another one to hold the postgreSQL database used by INACITY.

Pre-requirements:

  • A working docker instalation.
  • Share ./INACITY/django_website folder with docker's user (assuming one is available) or at least making the folder writable to docker containers.
  • Create a copy of the file ./INACITY/django_website/django_website/settings_secret_template.py (Notice that you should access the inner 'django_website' folder inside the outer 'django_website') at the same folder with the name settings_secret.py and fill the fields as requested.

You can get a signing key for Google Street View services here.

Steps to create and run the containers

  1. (optional) Edit docker-compose.yml setting up exposed/published ports and/or database name/credentials. Notice that if database settings are changed then it'll be necessary to make reflect those changes at the file ./INACITY/django_website/django_website/settings.py as well (look for the variable DATABASES).
  2. Go to the folder ./INACITY/django_website
  3. Run 'docker-compose up'

By default INACITY will be running at localhost:80 and postgreSQL will be exposed at port 25432 to the host machine.

If you're using docker Toolbox then the address for accessing it shall be 192.168.99.100:80 assuming a default setting

inacity's People

Contributors

arturandre 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.