This package is for the chat interface of the LLM stack.
- Clone the repository
git clone https://github.com/aiplanethub/genai-stack.git
- Create a new virtualenv and activate it.
python -m venv ./genai-stack-ui
source ./genai-stack-ui/bin/activate
- Install the requirements
pip install -r ui/requirements.txt
- Run the streamlit app
streamlit run ui/app/main.py