624 B
624 B
streamlit-experiments
Various experiments that use the streamlit framework.
Requirements
- Python 3.10 or higher
Getting Started
- Clone this repository:
git clone https://c0de.dev/c0de/streamlit-experiemnts
- Enter this repository:
cd streamlit-experiments
- Install a virtual environment:
python3 -m venv .venv
- Activate the virtual environment:
source .venv/bin/activate
- Windows:
.venv/bin/activate.bat
- Windows:
- (Optional) Update PIP:
pip3 install --upgrade pip
- Install dependencies:
pip3 install -r requirements.txt
- Run the scripts:
python3 <script-name>