This is a web app for diabetes risk prediction made using streamlit and deployed on heroku. The app can be extended for any dataset and would be a one stop solution for premilinary exploratory data analysis, data visualization and modeling.
https://mrinal007.herokuapp.com/
- Clone the repository
git clone https://github.com/THEMrinaal/diabetes_risk_prediction.git
- Go into the repository directory in your local computer
cd diabetes_risk_prediction
- Install the requirements.txt
pip install -r requirements.txt
- Run the app
streamlit run app.py