Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerohertz/streamlit-quant
💻 [Streamlit] Quant GUI 💻
https://github.com/zerohertz/streamlit-quant
gui quant streamlit zerohertzlib
Last synced: 3 months ago
JSON representation
💻 [Streamlit] Quant GUI 💻
- Host: GitHub
- URL: https://github.com/zerohertz/streamlit-quant
- Owner: Zerohertz
- License: mit
- Created: 2023-12-26T11:29:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T13:11:08.000Z (8 months ago)
- Last Synced: 2024-05-16T02:35:22.596Z (8 months ago)
- Topics: gui, quant, streamlit, zerohertzlib
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### How to Use?
```bash
$ docker pull zerohertzkr/streamlit-quant
$ docker run --name ${CONTAINER_NAME} -p ${PORT}:8501 zerohertzkr/streamlit-quant
```### How to Remove?
```bash
$ docker stop ${CONTAINER_NAME}
$ docker rm ${CONTAINER_NAME}
$ docker rmi zerohertzkr/streamlit-quant
```