Hello,
I coded an algorithm in Python that uses deep learning to improve heart disease diagnosis by outputting a severity score from 0-4 given 13 features of patient medical information.
I want to use Hypernext to create a graphical user interface that allows a doctor to enter 13 attributes of patient medical information, click a button that runs this algorithm I have coded, and then receive the output of heart disease severity score. The algorithm will already be trained.
Is this possible to do with Hypernext?
I would need to link the user interface software to some way of running the Python code, ideally with the doctor/user just clicking a button that says 'run algorithm.'
Thank you.