Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lennon-c/webapp_sandbox
Personal tests using Streamlit
https://github.com/lennon-c/webapp_sandbox
streamlit webapp
Last synced: 9 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T09:40:00.000Z (2 months ago)
- Last Synced: 2024-12-07T10:22:09.778Z (2 months ago)
- Topics: streamlit, webapp
- Language: Python
- Homepage: https://webappsandbox-clennon.streamlit.app/Classifiers
- Size: 85 KB
- 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.