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!