Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 648 Bytes

File metadata and controls

40 lines (31 loc) · 648 Bytes

Streamlit POC clients for the LLMKG project

Requirements

  • uv

Getting started

1. Set up environment variables

Copy the example environment file and add your OpenAI API key:

cp .env.example .env

Then add your OpenAI API key to the .env file.

2. Create a virtual environment

uv venv

3. Install dependencies

uv sync

Optional: Install additional dependencies for the scripts

uv add fire

Scripts

Run the LLMKG Streamlit POC

uv run streamlit run poc_llm_knowledge_graph.py

Run the LLM subject populator script

uv run python subjpopulate.py