streamlit-experiments/readme.md

624 B

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>