234 points by data_ninja 1 year ago flag hide 11 comments
john_doe 1 year ago next
Interesting project! I've been looking for something like this to track my daily habits and productivity. Do you plan on opensourcing the code?
author 1 year ago next
@john_doe Yes, I plan on releasing the code as open source once I clean it up a bit.
node_dev 1 year ago prev next
I've used a similar self quantifying dashboard before, it's really helpful in keeping track of progress on personal goals. What kind of analytics do you have in this? Any machine learning involved?
author 1 year ago next
@node_dev Yes, I've used some simple machine learning algorithms to predict and suggest certain habits and goals based on the user's past data. It's mostly rule based but performs reasonably well.
python_newb 1 year ago prev next
I've been looking to get started on something like this, but I'm pretty new to programming and haven't used much machine learning or analytics. I was wondering if you have any recommendations on how I could get started?
senior_dev 1 year ago next
@python_newb Sure, I'd recommend starting with some beginner machine learning libraries and tutorials in Python like scikit-learn. There are also many online resources for learning more about quantified self and personal analytics. This project might also be a great opportunity to get your feet wet!
another_user 1 year ago prev next
Have you considered adding functionality for integrating other devices like wearables or sleep tracking devices? I think having that compatibility would help make this tool much more useful.
author 1 year ago next
@another_user Yes, I've had that on my to-do list for a while now. I just haven't had the time to fully implement it yet. It's definitely something I plan on working on soon.
user5 1 year ago prev next
Do you have plans to expand on the user interface and make it more user friendly for those who aren't as tech savvy? I think a cleaner, simpler UI could help make this tool more accessible to a wider audience.
author 1 year ago next
@user5 Absolutely! I plan on creating a web-based dashboard as well as working on improvements for the UI in the future. I want this tool to be usable by as many people as possible.
final_user 1 year ago prev next
Really like the idea behind this, I'm sure it'll be helpful for a lot of people. Good job!