markwk / qs_ledger

Quantified Self Personal Data Aggregator and Data Analysis
MIT License
978 stars 197 forks source link

Explore #11

Closed brycedewitt closed 3 years ago

markwk commented 4 years ago

Looks like a cool commit. Can we reopen and merge it?

brycedewitt commented 4 years ago

Hey @markwk,

Yeah, this was initially something I had started more on the side (and accidently opened that pull to your master), but it seems like if people are interested we can definitely add that functionality here as well. I'd ideally like to clean it up (remove my test data, weird comments, etc) and add a bit more functionality first since that was mainly just trivial proof of concept testing, I'll just open a new pull this weekend when I have more time to look into it.

markwk commented 4 years ago

Sounds good. It's a great addition I'm sure people would like to have as a starting point to google location data viz. Well done!

On Wed, Mar 11, 2020 at 12:26 PM brycedewitt notifications@github.com wrote:

Hey @markwk https://github.com/markwk,

Yeah, this was initially something I had started more on the side (and accidently opened that pull to your master), but it seems like if people are interested we can definitely add that functionality here as well. I'd ideally like to clean it up (remove my test data, weird comments, etc) and add a bit more functionality first since that was mainly just trivial proof of concept testing, I'll just open a new pull this weekend when I have more time to look into it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/markwk/qs_ledger/pull/11#issuecomment-597823683, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEI4BSPGBUNYTZP3G6VP63RG7QUVANCNFSM4LF2BM4Q .

brycedewitt commented 4 years ago

Hey @markwk, its been a little hectic the last few weeks but finally have a bit of time for an update. I've been playing around a bit with Google's free hosted python environment, Google Colaboratory. At least for now, looks like they're giving free access to GPUs & other resources for anyone that wants it. I've been comparing the performance between my laptop and the hosted environment, and the performance benefits are pretty obvious.

I'll probably move forward doing more development specifically for Google Colab (eg, setting up data workflows back and forth to folders on Google Drive), but I also don't mind spending a few minutes cleaning up this super barebones starting point and opening another pull for you if you don't mind having just this basic framework in your master.

markwk commented 4 years ago

Improving this piece you were thinking would be a great add for various folks.

Google Colab is a target I've had for awhile but never really happened yet on my end nor anyone else in community. Would love to see that too!