This application is made using sklearn machine learning libraries and pyqt5 for its graphical user interface. Support Vector Machine classifies input data with a 80% accuracy. We have choosen the PIMA indians diabetes dataset from UCI archive.
Firstly install all dependencies via the following command.
pip3 install -r requirements.txtNow train the application in you pc as
python3 diabetes.pyFinally run the application :
python3 gui.pyNow insert all the requires details.
