This is a WebApp project and instructions are given below. The purpose of this project is to show a novice python developer how to deploy a python-based WebApp using free, cloud-based tools.
- Create your own repository in github
- Download
index.pyand from here and upload it into your own repository. Index.pyfile is your front end page, so you can create streamlit webforms or whatever you want. I have just given you an example.- Edit the
requirements.txtfile to list the libraries and versions your project will use. I only used streamlit, so you see streamlit here in requirement file. - Sign up for streamlit.io
- Click New app" and deploy this app on streamlit.io by completing the form using your own git repository. The Main file path would be
index.pyThe app can be accessed via https://share.streamlit.io/ or you can embed it on another website as an HTML iframe
Cheers