- The project aims at predicting the disease for a given symptom and provides more details regarding the disease and the contact details of the consultant
- Platform : Linux/Windows
- Interpreter : Python 3.5.2
- Qt Designer(For UI)
- PyQt4 Module
- Symptom and disease dataset(dummy dataset used)
- sudo apt-get install python3
- sudo apt-get install python3-pip
- sudo apt-get install python3-pyqt4
- Qt Designer from Ubuntu Software Centre
- (Convert .ui to .py) pyuic4 input.ui -o output.py
- (Run on terminal) python3 HealthPrediction3.py
- (Admin login details : admin)