# LLama Stack UI [!NOTE] This is a work in progress. ## Prerequisite - Start up Llama Stack Server ``` llama stack run ``` ## Running Streamlit App ``` cd llama_stack/distribution/ui pip install -r requirements.txt streamlit run app.py ```