Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 💻

Awesome Lists containing this project

README

        


📈 Quant GUI based on Streamlit 📈



















### 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
```