Please sign in to access this page
track your health with machine learning tests for cancer, diabetes, and mental health. Users can create an account, view past results, and compare progress with interactive charts. This is my submission for a hackathon!
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
added the basic cancer ml test functionality! most of the code was copy-paste from previous projects, I gotta update the UI, add some BMI indicators, and connect it with the dataset so the age is auto-filled
i added a what is your birthday on signup so the user's age can be saved in the db. this way for cancer tests, age will be automatically filled! I also updated the dashboard, with an average health score among ages chart, tests you have taken, and account info/logout
got the register page working! it dumps data to a raw json through the controller. still have to make login
created a goofy database controller (database is json btw, dont flame me) - also used internal functions starting with _ for the brag
added sections for each test on the landing page. that includes cancer, diabetes, and mental health. I also created the login/signup page that currently have no functionality (I hate frontend, cant wait to get to the backend). I still have to add some images!
started from scratch on my own, used bootstrap & flask and made around 20 github commits. created the basic hero section of the landing page, routing, base.html, and a colour pallete. I also added a particles.js sphere like thingy