Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 459 Bytes

File metadata and controls

26 lines (18 loc) · 459 Bytes

Guardrails Demostration with NeMo Guardrails

Overview

This repo is the source code used as a guided lab for Cognitive Class, an learning platform by IBM.

Click here (link coming soon) to enroll and participate in the free lab.

Setup

Install dependencies

pipenv install --dev

Start Venv

`source .env`
`pipenv shell`

Run the script below to run main.py

`python part_1/main.py`