To create a smart disease prediction system made using traditional machine learning algorithms and to create an user interface using streamlit.
- Created and evaluated a model using descision tree, random forrest and gradient boost.
- Building and hosting a streamlit based web app on heroku (coming soon)
├── dataset
│ ├── test_data.csv
│ └── training_data.csv
├── saved_models
│ └── random_f.joblib
├── app.py
├── main.py
├── config.yaml
├── LICENSE
└── README.md
- Create the heroku hosting files
- Add dark mode to streamlit UI using overflow
- Creating UI to read into given diagnosis
- Python 3.8
- Streamlit (streamlit.io)
Read a brief report of the following project here
Contributions are welcome please consider making a pull request!