This is an application that takes in symptoms as input from the user to diagnose and predict a disease which the user might have.
This is an AI model that can use one of 5 models(KNN, SVM, NN, LogReg, NB) to predict the disease. the choice of the model is chosen through the code.
Requirements: numpy, pandas, matplotlib, scikit-learn.
To run the program run Application.py using python.
Note: the search functionality is not functional.
This is an updated version of https://github.com/AppleBoys148/ML-MATRIX-AppleBoys (original version) created in collaboration with @Madhav071 (https://github.com/Madhav071).