Giter VIP home page Giter VIP logo

wazeapp's Introduction

EC504 Waze App

Shashank Chitti [email protected] Brian Soares [email protected] Varshith Hakkithimmanahalli Anilkumar [email protected]

Goal of the project: Given 2 datasets: Nodes (cal.cnode.txt): Edges (cal.cedge.txt): < End Node ID>

  1. Draw the Nodes onto a California Map
  2. Create a UI where if you click on an intersection point (node) it displays adjacent edges.
  3. Click on "shortest path" button, click two points (nodes), and display 3 shortest paths from Node A to Node B

This project uses: Python 2.7 -Flask framework HTML/CSS/Javascript -Google Maps API

Preloading the map takes O(n). N is number of nodes. Since node:edge data preloaded into a python dictionary, (2) takes O(1). Shortest path uses Yens KSP algorithm; (3) takes approximately O(n^2)

To run the project:

  1. Change nodedirectory, and edgedirectory in wazeApp.py, to the path on your local machine.
  2. Change _directory_data in graph.py to /data/json on your local machine
  3. Run wazeApp.py
  4. Run the app in your browser at the appropriate address.

wazeapp's People

Contributors

cbshashank avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Forkers

varshithkumar

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.