https://github.com/eea/eea.docker.streamlit
EEA Docker image for Streamlit which lets you turn python scripts into sharable web apps in minutes, not weeks.
https://github.com/eea/eea.docker.streamlit
data-science machine-learning prototyping prototyping-tool python
Last synced: 2 months ago
JSON representation
EEA Docker image for Streamlit which lets you turn python scripts into sharable web apps in minutes, not weeks.
- Host: GitHub
- URL: https://github.com/eea/eea.docker.streamlit
- Owner: eea
- License: mit
- Created: 2020-12-08T10:42:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T17:46:55.000Z (about 2 years ago)
- Last Synced: 2025-01-24T20:41:58.638Z (over 1 year ago)
- Topics: data-science, machine-learning, prototyping, prototyping-tool, python
- Language: Dockerfile
- Homepage: https://www.streamlit.io/
- Size: 5.86 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EEA Docker image for Streamlit
EEA Docker image for [Streamlit](https://streamlit.io/). Streamlit lets you turn data scripts into sharable web apps in minutes, not weeks. It is useful for prototypes and demonstration of machine learning web applications.
## How to use it
The following will run the python script provided as a parameter
```
docker run -p 8888:8888 -v ~/streamlit-examples:/app eeacms/streamlit-base ./myapp.py
```
where myapp.py is a streamlit app and can be accessed on port 8888.
## Documentation
Check out the [official documentation](https://docs.streamlit.io/) and [forum](https://discuss.streamlit.io/)!
## Credits
Kudos to [ideonate](https://github.com/ideonate/) for providing a good example of streamlit base image https://github.com/ideonate/streamlit-base.