All Projects → tuvtran → PopMap

tuvtran / PopMap

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

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].