medKGC / start.sh
hanbinChen's picture
update
6e0faa9
raw
history blame contribute delete
239 Bytes
#! /usr/bin/env bash
# Source conda to enable 'conda activate'
source "$(conda info --base)/etc/profile.d/conda.sh"
conda activate medkgc
# Install dependencies
pip install -r requirements.txt
# Start the Streamlit app
streamlit run app.py