Building simple ML apps with Streamlit.
pip install streamlit
Make sure you also have other packages as featured in the scripts (the following list is not exhaustive),
NumpyPandasMatplotlibScikit-learn
Open your terminal. Go to the folder/directory where these scripts reside. Then, run,
streamlit run <script.py>
where <script.py> must be replaced by the actual name of the Python script file.