https://github.com/pkoenig10/northern-lights
Uses clustering to learn your most frequently visited locations from your location history
https://github.com/pkoenig10/northern-lights
Last synced: 4 months ago
JSON representation
Uses clustering to learn your most frequently visited locations from your location history
- Host: GitHub
- URL: https://github.com/pkoenig10/northern-lights
- Owner: pkoenig10
- Created: 2015-08-17T05:59:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T23:52:09.000Z (over 8 years ago)
- Last Synced: 2025-01-13T21:33:40.720Z (5 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Northern Lights
Northern Lights uses clustering to learn your most frequently visited locations from your location history.
## Usage
To use Northern Lights you will need two things:
1. Your Google location history takeout. This can be downloaded from your Google account settings [here](https://www.google.com/settings/takeout).
2. An Google API key. This can be obtained from the [Google Developers Console](https://console.developers.google.com).To run Northern Lights invoke the following command
$ python northernlights.py [file] [-w]
To see more information about Northern Lights invoke help
$ python northernlights.py -h