uetuluk/student-llm-guard
0
LLMGuard is a project that utilizes Gradio and LLMGuard to protect users from leaking personal information in a university environment. Our project aims to hide sensitive info for NYU students in particular, so some of the scanners might require additional changes if you want to use it for another university.
Demo
You can test functionality via HuggingFace Spaces
Installation
To install LLMGuard, follow these steps:
- Clone the repository:
git clone https://github.com/PavelNikolaichev/LLMGuard.git - Install the required dependencies:
pip install -r requirements.txt
Usage
To run this project, follow these steps:
- Run
main.py:python main.py
