https://github.com/emptymalei/streamlit-multipage-template

A template for streamlit apps. Multiple pages and utilities are structured.

https://github.com/emptymalei/streamlit-multipage-template

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.1%) to scientific vocabulary

Keywords

dashboard streamlit
Last synced: 4 months ago · JSON representation

Repository

A template for streamlit apps. Multiple pages and utilities are structured.

Basic Info
  • Host: GitHub
  • Owner: emptymalei
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 9.77 KB
Statistics
  • Stars: 8
  • Watchers: 2
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Topics
dashboard streamlit
Created over 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme

README.md

streamlit-template

Streamlit officially supports multipage: link to announcement

A streamlit app template.

  • Pages and utilities are structured.
  • Easily add new pages.
  • Bash script to run the dashboard.
  • Dockerfile to build a docker image.

Dev

  1. Create an environment conda create -n streamlit-template python=3.7 pip
  2. Install requirements: pip install -r app/requirements.txt

Start the dasboard:

  • cd app
  • streamlit run dashboard.py

Owner

  • Name: LM
  • Login: emptymalei
  • Kind: user
  • Location: Germany
  • Company: @zalando

I build ML models in Germany. Applied Scientist, PhD in Physics. Worked on neutrino physics, cosmology, spiking neuron models, interplanetary immigration (scif

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

app/Dockerfile docker
  • python 3.7 build
app/requirements.txt pypi
  • loguru ==0.5.3
  • pandas ==1.2.5
  • plotly-express ==0.4.1
  • python-dotenv >=0.5.1
  • streamlit ==0.83.0