stroke-predictions-ml-model
machine learning model to predict individuals chances of having a stroke link to heroku app: https://ml-stroke-predictions.herokuapp.com/
here you will find all code needed to run stroke predictions. in the ipynb notebooks are the model and the exploratory analysis on my dataset used to make decisions on my model.
In the templates folder are the html files needed to run the app
In the app.py folder is the flask code used to connect the front end with the back end and display a prediction based on the model.