CoolFace
Apppublic

luluke/llm-guard-demo

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
App README

Here's a simple app, written in pure Python, to create a demo website for LLM Guard. The app is based on the streamlit package.

A live version can be found here: https://huggingface.co/spaces/ProtectAI/llm-guard-playground

Requirements

  1. 1.Clone the repo and move to the examples/playground folder
  1. 1.Install dependencies (preferably in a virtual environment)
sh
pip install -r requirements.txt
  1. 1.Start the app:
sh
streamlit run app.py