Build A Machine Learning Web App Using Python

randerson112358
6 min readJul 17, 2020

Machine Learning Diabetes Detection Web App Using Python & Streamlit

In this article, I will create a machine learning web app to detect if a person has diabetes using Python & Streamlit. Apps like this could someday help the people in the medical field to make more informed diagnosis or possibly help the average person that can’t afford medical care to get a diagnosis more cheaply.

Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python’s design philosophy emphasizes code readability with its notable use of significant whitespace.

Streamlit is an open-source app framework for Machine Learning and Data Science teams. Create beautiful data apps in hours, not weeks. All in pure Python.

If you prefer not to read this article and would like a video representation of it, you can check out the YouTube Video below. It goes through everything in this article with a little more detail, and will help make it easy for you to start programming even if you don’t have the programming language Python installed on your computer. Or you can use both as supplementary materials for learning !

--

--