Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Files

Latest commit

 

History

History

ui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

GenAI Stack UI

This package is for the chat interface of the LLM stack.

Installation steps

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