Giter VIP home page Giter VIP logo

sightwalk_capstone_nyu's Introduction

SightWalk

DS-GA 1006 Final Project, Fall 2016 - Center for Data Science, NYU

Abstract

When providing walking directions to a destination, web mapping services usually suggest the shortest route (in terms of distance and/or time). The goal of this work is to automatically suggest alternative more enjoyable routes, which might take marginally more time but go through spots that would be more interesting to the user. In order to do that, we define a scoring function that weights each path based on social media data. Afterwards, we propose two new Graph based optimization algorithms and provide a demo UI.

Repository Stucture

  • scraper: code to get data from Flickr either by making use of the API or by directly parsing HTML data
  • preprocessing: methods to associate raw data to corresponding edges and to generate data for scoring
  • Graph: processed data and methods for calculating interestingness, graph search algorithm implementation
  • evaluation: methods to evaluate generated paths
  • sightwalk: web application to showcase results (demo)
  • docs: project proposal, intermediate updates, final paper and poster.

Demo:

Video

Dependencies

Used versions of each library is listed.

Demo

How to run the demo

The demo is a django web application, in order to run it locally you should install all dependencies, go to the sightwalk folder and run:

python manage.py runserver

Then, access http://127.0.0.1:8000/paths/ it in your preferred browser.

sightwalk_capstone_nyu's People

Contributors

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