Team: JellyCat
Topics included:
- Personally Identifiable Information (PII) detection in prompts for language model
- PETs based Input Protection
- Clone the repository:
git clone https://github.com/martin-chuang/tech-jam-25.git
Some features require external API keys. Before running the project, you need to obtain and set the following:
- GOOGLE_API_KEY:
- Go to Google AI Studio.
- Select 'Get API Key'
- Select 'Create API Key'
- Create a new project
- Copy the key and set it as GOOGLE_API_KEY in your .env file.
- Download Docker desktop and make sure it is running
- Run
docker compose up --build
For other documentations, go to DOCUMENTATION.md