Skip to content

An always-ready Compliance Officer at your service.

Notifications You must be signed in to change notification settings

abhijeetps/ComplianceLLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compliance LLM

An always-ready Compliance Officer at your service.

Features

This application lets you test your website's compliance against a compliance policy using OpenAI's LLM model and delivers a report based on the same.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

OPENAI_API_KEY

An .env.example file is given as example.

Run Locally

Clone the project

  git clone https://abhijeetps/ComplianceLLM

Go to the project directory

  cd ComplianceLLM

Install dependencies

  pip install -y requirements.txt

Start the server

  python server.py

Generate compliance report by sending POST request on / with compliance_website and to_test_website as in reqeust body.

curl -X POST "localhost:5000/" -d "compliance_website=https://stripe.com/docs/treasury/marketing-treasury" -d "to_test_website=https://www.joinguava.com/"

Authors

About

An always-ready Compliance Officer at your service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages