Contributors: Tommy Chen, Owen Shi, Nick Wang
This program aims to provide an accurate medical diagnosis and treatment based on user-inputted symptoms. Using a simple GUI created with tkinter, the user is able to note any symptoms that they may have, and the bot will then output possible illnesses that stem from those symptoms. The user may then choose one of the presented illnesses and the bot then displays potential treatments for the quickest recovery.
In order to access the code on your local device
git clone https://github.com/oowenn/cruzhacks-2023.git
- make sure Python3 is installed
- For MacOS: install tkinter using
brew install python-tk
follow corresponding instructions that brew gives you - For Windows: no additional installation necessary
- run
python3 main.py
This empty interface should be displayed
- enter symptoms on the GUI to see list of medical diagnositcs
- enter illnesses on local terminal to see treatments