Our data product was produced using Streamlit.
We have used Pickle to save two machine learning models, each used to predict MMSE and GDS15, respectively.
Users need to answer the form that consists only of the top best features in demographic, domains. The prediction of MMSE and GDS15 will then be made using our data product.
Steps to create a Streamlit Application
Save machine learning models into Pickle so they can be loaded for prediction.
Create a Phyton file named api.py and code it with a text editor. We used Visual Code Studio to do our coding.
Import Streamlit and other necessary libraries.
Deploy Streamlit app using services provided in Streamlit.
https://longyehmin-mmse-api-o5gd2y.streamlitapp.com/