This webapp was developed using Flask Web Framework. The models used to predict the diseases were trained on large Datasets. All the links for datasets and the python notebooks used for model creation are mentioned below in this readme. The webapp can predict following Disease:
- Chronic-Kidney-Disease-Prediction
- Clone or download the repo.
- Open command prompt in the downloaded folder.
- Create a virtual environment
python -m venv /path/to/new/virtual/environment
- Install all the dependencies:
pip install -r requirements.txt
- Run the application
python app.py
The dataset were used from kaggle.
Disease | Type of Model | Accuracy |
---|---|---|
Kidney-Disease | Machine Learning Model | 98.33% |
- If you like this Project - Give me a Star⭐⭐
- For more Intresting Project, Follow me on Github