https://github.com/lennon-c/webapp_sandbox
Personal tests using Streamlit
https://github.com/lennon-c/webapp_sandbox
streamlit webapp
Last synced: 8 months ago
JSON representation
Personal tests using Streamlit
- Host: GitHub
- URL: https://github.com/lennon-c/webapp_sandbox
- Owner: lennon-c
- Created: 2024-11-29T13:29:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T09:40:00.000Z (over 1 year ago)
- Last Synced: 2025-02-06T01:45:29.918Z (over 1 year ago)
- Topics: streamlit, webapp
- Language: Python
- Homepage: https://webappsandbox-clennon.streamlit.app/Classifiers
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a set of personal exploratory tests with the [`Streamlit`](https://streamlit.io/) library for building web applications.
Here are some examples:
- [Classifiers](https://webappsandbox-clennon.streamlit.app/Classifiers), which was created as part of a project on Coursera: [Build a Machine Learning Web App with Streamlit and Python](https://www.coursera.org/projects/machine-learning-streamlit-python).
- [Dashboard](https://webappsandbox-clennon.streamlit.app/Dashboard) based on the Coursera project [Create Interactive Dashboards with Streamlit and Python](https://www.coursera.org/projects/interactive-dashboards-streamlit-python)
So far, I have found `Streamlit` extremely easy to use and deploy.
- The web app is hosted on `Streamlit Cloud` and is updated whenever changes are pushed to my remote repository on GitHub.
- The app currently works on tablets and PCs but not on mobile phones. In theory, it should work on mobile devices as well.