Skip to content

tuvtran/PopMap

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
PIP
 
 
 
 
 
 

PopMap

Winner of the Best Software Prize at Hoya Hacks 2016.

Description:

Imagine you were traveling in a foreign country and you wanted to get back to your Airbnb or hotel. When you pull out Google Map, it would show you the most direct route. However, that direct way may not be the most comfortable because you may have to go through a dangerous neighborhood or one with very few people. PopMap, on the contrary, will provide users with a safer/happier/more comfortable direction based on the number of open businesses at the moment utilizing the k-means clustering algorithm and data from Google Places API.

Installation:

Make sure you have virtual environment enabled on your machine.

Install necessary Python dependencies

$ pip install -r requirements.txt

Run the app

$ python run.py

The web app can now be accessed at http://127.0.0.1:5000

Work in progess:

  • Code refactorization
  • Performance optimization
  • UI tweaks

About

A machine learning-enabled map that provides a safer and more comfortable route than Google Map's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published