https://github.com/ineelhere/webapps
Consider this repo an experimentation site for my endeavors with deploying webapps!
https://github.com/ineelhere/webapps
pandas streamlit
Last synced: about 2 months ago
JSON representation
Consider this repo an experimentation site for my endeavors with deploying webapps!
- Host: GitHub
- URL: https://github.com/ineelhere/webapps
- Owner: ineelhere
- License: mit
- Created: 2021-06-13T08:21:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T02:53:59.000Z (almost 5 years ago)
- Last Synced: 2025-04-07T16:51:40.867Z (about 1 year ago)
- Topics: pandas, streamlit
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### Creations
* Internet connection speed test app deployed at : https://share.streamlit.io/ineelhere/webapps/main/app.py **[Currently inactive]**
- file name: app.py
- creted using: streamlit, python
- deployed using: streamlit share
- Want to run locally? Pull this docker image! (Copy paste these commands on your terminal) **[Currently Active]**
- `docker pull ineelhere/netspeed:latest`
- `docker run ineelhere/netspeed`
* Shortcut for running the app
- Open terminal and install the libraries with pip : `streamlit`, `pandas` and `speedtest-cli`
- Run the app with the command - `streamlit run https://github.com/ineelhere/webapps/blob/main/app.py`
#### Resources
- https://docs.streamlit.io/en/0.65.0/advanced_concepts.html
- https://stackoverflow.com/questions/19120489/compare-two-files-report-difference-in-python
- https://towardsdatascience.com/an-open-source-solution-to-deploy-enterprise-level-r-shiny-applications-2e19d950ff35
- to be updated..