My inspiration to build this project was to help people around me. As I live in a hilly area, there are a lot of cases here in which a patient died in an ambulance due to a lack of knowledge of the disease. Hence, to save the lives of people, I made this project, AidSync.
It predicts the disease on the basis of the symptoms given.
I built it using Flask and RandomForestClassifier.
python -m venv venv
.venv\Scripts\activatepip install -r requirements.txtpython app.pyGo to:
http://127.0.0.1:5000