Please sign in to access this page

Clinic AI

Clinic AI

7 devlogs
4h 54m
Created by jim

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!

Repository

Timeline

added coloured BMI classes and connected test results to db

Update attachment

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

Update attachment

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

Update attachment

got the register page working! it dumps data to a raw json through the controller. still have to make login

Update attachment

created a goofy database controller (database is json btw, dont flame me) - also used internal functions starting with _ for the brag

Update attachment

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

Update attachment