Experiments using streamlit.io
Go to file
c0de b9cb2363bb Add getting started to readme 2024-01-11 14:07:03 -05:00
.vscode Initial Commit 2024-01-11 13:36:53 -05:00
.editorconfig Initial Commit 2024-01-11 13:36:53 -05:00
.gitignore Initial Commit 2024-01-11 13:36:53 -05:00
license.txt Initial Commit 2024-01-11 13:36:53 -05:00
readme.md Add getting started to readme 2024-01-11 14:07:03 -05:00
requirements.txt Add getting started to readme 2024-01-11 14:07:03 -05:00

readme.md

streamlit-experiments

Various experiments that use the streamlit framework.

Requirements

  1. Python 3.10 or higher

Getting Started

  1. Clone this repository: git clone https://c0de.dev/c0de/streamlit-experiemnts
  2. Enter this repository: cd streamlit-experiments
  3. Install a virtual environment: python3 -m venv .venv
  4. Activate the virtual environment: source .venv/bin/activate
    • Windows: .venv/bin/activate.bat
  5. (Optional) Update PIP: pip3 install --upgrade pip
  6. Install dependencies: pip3 install -r requirements.txt
  7. Run the scripts: python3 <script-name>